Dyad Theme: Changing Button Colors

  • Unknown's avatar

    Greetings,

    I have two questions:

    1. Is there a CSS code available where I can change the color of the “READ MORE” box that appears at the end of each post on the front page. it’s default color is set to orange.

    2. Is there a CSS code available where I can change the color of the “FEATURED” box that appears above the front page article. it’s default color is set to cornflower blue.

    Thanks in advance!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, the background color for the Read More is set here.

    pre::before, .link-more a, .posts .hentry:hover .link-more a, .is-singular .entry-inner::after, .error404 .entry-inner::after, .is-singular .post-navigation .nav-links::after {
        background-color: #23a4ea;
    }

    and the background color for the Featured box on the featured post is set here.

    button, input[type="submit"], .site-banner-header .banner-featured, .banner-custom-header .site-banner-header h1::before, .has-post-thumbnail .entry-meta .cat-links {
        background-color: #23a4ea;
    }
  • Unknown's avatar
  • Unknown's avatar
  • The topic ‘Dyad Theme: Changing Button Colors’ is closed to new replies.