Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #738315

    Hey guys!

    I used this code to change the background color of the breadcrumbs in my portafolio:

    .title_container, .title-container { background: #cc0033 !important; }

    Wich code can I use to change the color of the font? Now it’s black and I would like it white.

    Thank you so much!

    #738328

    Hi lleonera!

    Please add following code to Quick CSS as well

    .title_container *, .title-container * { color: white  !important; }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.