• On the front home page, there are those 3 Read More Buttons. How can I change the colour of those black Read More buttons to blue?

    Thank you:)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Yeremyah

    (@yeremyah)

    Anyone know please?:)

    Thread Starter Yeremyah

    (@yeremyah)

    Also, how can I change colour of the drop down menu items from black to blue?

    Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    .feature-content-inner .read-more {
          background: blue !important;
    }
    #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
        background: blue !important;
    }

    Note: Change color as per your interest.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Colour of READ MORE Buttons?’ is closed to new replies.