Breadcrumb css in dark colour style

Homepage Community Forums Agile Theme Support Breadcrumb css in dark colour style

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1092
    duellingpixels
    Customer

      Hi Wes,

      The breadcrumb css does not seem to change to the appropriate colours for the dark colour style, it still has a cream BG. Could you please help me out and give me pointer on which code to change or add.

      Example here:

      http://guerrillavisual.com/

      Thanks in advance.

      Nick

      #1093
      Wes
      Moderator

        On line 183 change the margins like this (or you can adjust however you need it to look) –

        .breadcrumb {
        font-size: 14px;
        margin: 0 0 30px;
        padding: 5px 10px;
        }

        Also, to change the background, look on line 100 for this –

        blockquote, input, select, textarea, .author-box, .breadcrumb, .sticky, .taxonomy-description, .wp-caption {
        background-color: #f2f2f2;
        border: 1px solid #ddd;
        }
        #1108
        duellingpixels
        Customer

          Thanks Wes

          #1110
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Breadcrumb css in dark colour style’ is closed to new replies.