• Resolved Stacey

    (@pleasehelpme)


    Using all the css suggested here plus a whole lot more, I’m unable to change the role link (breadcrumbs) and line below it, and search button color. I did clear my cache. I’m using the simple custom css plugin. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Can you post a link to your site?

    Hi,

    Please use below CSS

    .page_title2 .title h1 {
      color:green !important;
    }
    .breadcrumb li a {
      color: green !important;
    }

    To change search button background please use

    #site-searchform #searchsubmit {
        background:green url('https://YOUR-SITE-URL/wp-content/themes/chronicle/images/site-search-icon.png') no-repeat center 14px;
    }

    Save the changes.

    Thanks.

    Thread Starter Stacey

    (@pleasehelpme)

    That worked! Thanks Weblizar.

    One other little bit…the horizontal line below the breadcrumb is still not changing colors.

    Thanks!

    Thread Starter Stacey

    (@pleasehelpme)

    Sorry, but would also like to know how to:

    change the color of any <a href =”” links that I make on pages and posts

    change the colo post archive info.

    plus the horizontal live belwo the breadcrumb, as mentioned above.

    By the way, is there any way of changing all of the ‘chronicle-pink.css’ with one bit of css?

    Thanks again!

    Hi,

    To change color of links in posts or page please copy below CSS in Custom CSS editor

    .content_left a {
      color: blue !important;
    }

    To remove pink color below at breadcrumb please use below CSS

    .page_title2 .container {
      background: white !important;
    }

    To change color of links in widgets please use below CSS

    .sidebar_widget ul li::before {
      color: black !important;
    }
    .sidebar_widget li a {
      color: black !important;
    }

    Thanks.

    Thread Starter Stacey

    (@pleasehelpme)

    Where did the General Options go? I updated the theme and now the General Options disappeared and only have customize. Logo option gone? Please help.

    Hi,

    Sorry for inconveniences.
    Please go to Admin Dashboard >>Appearance >>Customize >>Theme Options >>Theme General Options. Here you can find Logo Option.

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘CSS for changing role link and search color’ is closed to new replies.