Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #483566

    Hi. My website is sequr.io

    I currently have the menu text color and logo color set to blue when the user scrolls down. (When transparent at the top, it is white which I want to stay the same)

    I want one page in particular: http://www.sequr.io/kiwi to be branded with a different color. How can I change the logo and menu item colors for just this page? Thanks for all your help!

    #483584

    Hey Elliot, Noticed you skipped this one and moved on to newer posts. Is there some sort of priority order?

    #483773

    Hi,

    You can change the colour of your menu items by adding the following to Quick CSS:

    .page-id-13307 #avia-menu .avia-menu-text {
    color:blue !important;
    }
    

    You would have to upload another image for your logo if you want to change that as well.

    Best regards,
    Rikard

    #484036

    Awesome! What CSS would I include for the logo on that page?

    Also, On this page: https://www.sequr.io/pricing/

    Is it possible to change the color of one of the tables(the one on the left that says “residential” to a green color but keep the other one (enterprise) blue?

    #484366

    Hi!

    You can use this for the table:

    #top .avia_pricing_minimal .pricing-table>li:nth-child(1) {
        background-color: green;
    }

    Can you please provide a screenshot regarding the logo?

    Regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.