Okay
  Public Ticket #1398269
Hide New Products & Top Rated
Closed

Comments

  •  6
    Clive Sheppard started the conversation

    Hi Guys

    Hope you're fine!

    Is there an easy way in CSS to hide "New Products" and "Top Rated" from the bottom of an individual product's page?

    I'm setting up a shop with only one or two products and so these two links are not necessary.

    http://sno-go.eu/shop/sno-go-ski-bike/

    Many thanks

    Clive

  • [deleted] replied

    Hi Clive,

    Please go to Laborator > Theme Options > Shop Settings > and untick the Show footer sidebar option.

    Have a nice day!

  •  6
    Clive Sheppard replied

    Hi Ylli

    Thanks!  I missed that option ... I was looking at it straight in the face! :)

    One more quick question please if I may? ... in the menu, if I wanted to change the colour of the underline for the current active page from black to say red ... is there some simple CSS for this too please?

    Have a great day!

    All the best

    Clive

  • [deleted] replied

    Hi Clive,

    You're welcome.

    As for your last question:

    Can you please add the code below to your Custom CSS area:

    header.site-header div.nav>ul>li>a:after, header.site-header ul.nav>li>a:after {
        background: red !important;
    }

    On this video (http://d.pr/v/F97fWk) you can see how easy I found the CSS sector for this area.

    Will set this ticket as solved from here.

  •  6
    Clive Sheppard replied

    Hi Ylli

    Thanks for the code and also for the video tip ... very useful indeed! :)

    All the best

    Clive

  • [deleted] replied

    Glad to hear that.

    Will set this ticket as solved from here.