• Hi there

    I need to change the button colour of the Read More buttons – I was able to change the text to say Book Now but everywhere I looked on forums about changing the button colour, I tried applying the code recommendations in additional CSS but it does not work.

    I tried looking for the code in the style.css but I cannot find it. I’m not a coder at all so I dont even know where to start looking.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter nvlctur

    (@nvlctur)

    Another thing I need to change – its the colour of the theme, the red…I need to change that. It shows in the footer as well as the menu’s at the top…its black but when you select a menu item or hover over it, it changes to red.

    I need to change all these…how can I do it?

    Thread Starter nvlctur

    (@nvlctur)

    Anyone?

    Hello @nvlctur,

    We can change button color with the help of custom css. Please apply below given css under Appearance -> Customize -> Additional Css-

    .home a.more-link.themebutton {
    background: green !important;
    }
    

    You can replace color with your choice of color.

    The free version of the theme comes with limited feature. The pro version of the theme provides option to change theme color scheme + menu color.

    Kind regards,

    Manoj

    Thread Starter nvlctur

    (@nvlctur)

    Thank you

    Can I not change the theme colour in the stylesheet somewhere? Or with custom CSS? I tried – I went through the style.css sheet and changed everywhere I found the red colour code to the one I want, I updated the file but nothing changed.

    Thread Starter nvlctur

    (@nvlctur)

    Nevermind – it seems the page was loading a cached one – it has now changed the red to the colour I wanted

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Read More Button Colour’ is closed to new replies.