+ Reply to Thread
Results 1 to 4 of 4

Thread: Remove dollar sign next to price

  1. #1
    Guru
    Join Date
    Jul 2019
    Location
    Australia
    Posts
    657

    Remove dollar sign next to price

    hello,

    I have an annoying $ sign next to price field on main header search.

    Rudi helped me to remove it once but never gave me the code on how to do it.

    Does anyone know how to do this? Boatfind.com .au

  2. #2
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    css 1103

    .search-item.three-field > span, .search-form-cell.three-field > div > div > span {
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    padding-top: 9px;
    vertical-align: top;

    change inline-block to > display: none;

    Not sure if that affects anything else or not so check.

    Ps your site is looking fantastic. well done
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  3. #3
    Guru
    Join Date
    Jul 2019
    Location
    Australia
    Posts
    657
    Thanx alot pete.

  4. #4
    Hello Pete!! I hope all is well. Are you still helping people with their flynax websites? If so, do you think you could help me with my site? I will gladly pay you for your assistance. Please let me know!! Thank you so much, Pete??

+ Reply to Thread