Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1274099
Breadcrumps
Closed

Comments

  •  1
    Joris Schoor started the conversation

    Hi,

    I have breadcrumbs enabled.

    Is it possible to do three things (I'm using the child theme):

    1) make the breadcrumbs center aligned in the content are (so its centered above the featured post image)
    2) change the font-color
    3) Hide the post title (in the breadcrumbs)

    Thanks!
    Joris

  •  2,699
    PenciDesign replied

    Hi,


    1/ To center breadcrumb, please add more this code to Customize > Custom CSS:



    .container.penci-breadcrumb{ text-align: center; }


    2/ To change color of breadcrumb, please add more this code to Customize > Custom CSS:


    .container.penci-breadcrumb span, .container.penci-breadcrumb span a, .container.penci-breadcrumb span a:hover{ color: #ff0000; }


    Change color code 'ff0000' to the color code you want. You can get a color code here:


    http://colorpicker.com/


    3/ To change color of breadcrumb, please add more this code to Customize > Custom CSS:


    .container.penci-breadcrumb.single-breadcrumb > span:last-child, .container.penci-breadcrumb.single-breadcrumb > i:last-child{ display: none; }


    Best Regards,


    PenciDesign