Change font color on top of the Breadcrumbs background?

This topic has 6 replies, 3 voices, and was last updated 8 years, 11 months ago ago by Brian Johnson

  • Avatar: groubee
    groubee
    Participant
    May 21, 2015 at 11:47

    Hi

    How can I change the font color on top of the Breadcrumbs background?
    – Titel: FAQ
    – Breadcrumbs: Forside / FAQ
    – Link Back: Tilbage til forrige side

    You can see the an image here: https://www.dropbox.com/s/34wdr83z929z609/header-font-color.jpg?dl=0

    Best regards
    Tonny

    5 Answers
    Avatar: Brian Johnson
    Brian Johnson
    Member
    May 21, 2015 at 12:12

    Hello

    Please add following code into the custom.css:
    FAQ:
    .page-heading .title span{color:blue!important}
    Breadcrumbs: Forside / FAQ:

    #breadcrumb a{color:green}
    #breadcrumb a:hover{color:pink}
    #breadcrumb .delimeter{color:green}
    #breadcrumb{color:green}

    Link Back: Tilbage til forrige side:
    .back-history{color:blue!important}

    With best regards
    Brian Johnson

    Avatar: groubee
    groubee
    Participant
    May 21, 2015 at 13:09

    Thanks a lot!

    I have one page where the styling are not working?

    http://www.smooff.net/shop/ what to do?

    Is it possible to remove the “Link Back: Tilbage til forrige side:” ?

    Avatar: stan
    Stan Russell
    Participant
    May 21, 2015 at 13:24

    Hello,

    please use following code:

    .back-history{display:none}

    Regards,
    Stan Russell.

    Avatar: groubee
    groubee
    Participant
    May 21, 2015 at 13:30

    Thanks Stan 🙂

    What about the page: http://www.smooff.net/shop/ where the styling are not working?

    regards
    Tonny

    Avatar: Brian Johnson
    Brian Johnson
    Member
    May 21, 2015 at 13:37

    You may add also thiscode for woocommerce pages:

    .page-heading .title {color:red!important}
    
    .woocommerce-breadcrumb a{color:red !important; }
    .woocommerce-breadcrumb #breadcrumb a:hover{color:#E82C0C}
    .woocommerce-breadcrumb .delimeter{color:#FF0000}
    .woocommerce-breadcrumb{color:red}

    With best regards
    Brian Johnson

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.