featured listing diagonal red line

This topic contains 10 replies, has 3 voices, and was last updated by  Scott Macdonald 6 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #383469

    Scott Macdonald
    Buyer
    Post count: 286

    how do remove the diagonal red line and white copy on the featured listings ?

    #383504

    Kor
    Moderator
    Post count: 16516

    Hi Scott,

    Do you mind sharing the URL of the site in question so we can take a look? You can use the private reply option below.

    #383519

    Scott Macdonald
    Buyer
    Post count: 286
    This reply has been marked as private.
    #383520

    Kor
    Moderator
    Post count: 16516

    Hi Scott,

    Could you please show me a screenshot of the “diagonal red line and white copy”? It’s better that I double confirm.

    Thanks!

    #383521

    Scott Macdonald
    Buyer
    Post count: 286
    This reply has been marked as private.
    #383586

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    add this css:

    
    
    ul li .geodir_featured_img {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    }

    Thanks

    #383588

    Scott Macdonald
    Buyer
    Post count: 286

    hi it still looks the same

    #383589

    Paolo
    Site Admin
    Post count: 31206

    You are not adding it correctly, because I tested it before giving it to you. Please share admin credentials and we will do it for you.

    Thanks

    #383590

    Scott Macdonald
    Buyer
    Post count: 286
    This reply has been marked as private.
    #383597

    Paolo
    Site Admin
    Post count: 31206

    I moved that css to the top of the list and now it works.

    Anything below :

    
    
    @media (max-width: 480px) {
    .map_category {
        display: none;
    }

    will only work for screen smaller than 480px.

    You need to close the curly braket if you want to only hide the map category menu.

    It should be:

    
    
    @media (max-width: 480px) {
    .map_category {
        display: none;
    }}

    At that point all css below it will work for all resolutions.

    Thanks

    #383600

    Scott Macdonald
    Buyer
    Post count: 286

    thats great thanks

Viewing 11 posts - 1 through 11 (of 11 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket