Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #861218

    elevatedconversions
    Participant

    Hi, Support.

    I have a question regarding the color of my breadcrumbs – I’d like to have it be my theme’s primary color. Do I need to apply this in the CSS customizer? If so, can you provide me with the code? I would like the hex color to be #00934d

    Same for the icons on the site, which would be a Cornerstone question. I would like the icon to be my theme’s primary color. I would like the correct code in order to make this change.

    Thanks!

    #861220

    elevatedconversions
    Participant
    This reply has been marked as private.
    #861907

    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-breadcrumb-wrap a {
      color: #00934d;
    }
    
    .x-breadcrumbs .delimiter {
      color: #00934d;
    }
    
    .x-breadcrumbs .current {
      color: #00934d;
    }

    Regarding the icon, if you are using Cornerstone then you can directly set the color of Icon element – http://prntscr.com/amnfa8

    Hope this helps.

    Cheers!