This topic has 4 replies, 2 voices, and was last updated 8 years by BRWildfire.

  • Author
  • #99222
     BRWildfire
    Participant

    Hi there- I like how you have highlighted the “Buy Now” button in the header of this demo (http://seventhqueen.com/themes/kleo/) so it’s a different colour. How can I replicate this?

    Thanks in advance!

    #99265
     sharmstr
    Moderator

    Edit the menu item and add a custom css class, then add the css code to your quick css in theme options.

    So, if you call your class buy-me, the css code would be

    COPY CODE
    
    .buy-me {
    background-color: #00b9f7;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #99347
     BRWildfire
    Participant

    Thanks so much – this is perfect!
    How would I also change the font color for the corresponding button?

    #99348
     sharmstr
    Moderator
    COPY CODE
    
    .buy-me a {
        color: #fff !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #99350
     BRWildfire
    Participant

    Thanks very much!

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?