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

    Hi,

    how can i change the breadcrumb font color?

    Thanks for helping!

    #646003

    Hey Luisgasser,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .breadcrumb {
    color:red !important;
    }

    Best regards,
    Rikard

    #646162

    HI,
    sorry it doesn’t change anything.

    Best regards

    #646193

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .breadcrumb, .breadcrumb a  {
    	color:red!important;
    }
    

    If this does not work Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #648524

    Thank you very much!

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