Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #519523

    Hello!

    Could you please tell me how to change the colour of the breadcrumbs menu bar to black?

    (Sorry for the noob question)

    -Dean

    #519726

    Hi lobstersamples,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #519776

    Of course, I included it in the box below.

    Also, I am 100% new to web design and coding, are there any glaring errors with the website so far?

    -Dean

    #519886

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .title_container * {
        color: white!important;
    }
    .title_container {
        background-color: black;
    }

    please make sure to display CSS minifying feature before applying the code and flush browser cache.

    Best regards,
    Yigit

    #520259

    Great, thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Breadcrumbs’ is closed to new replies.