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 #1277470
custom color title box
Closed

Comments

  •  1
    Joris Schoor started the conversation

    Hi!

    Is there a way to just change the color of the left border from the title box? (like shown in the image attached)? So the left border would have a custom color and the rest of the border would be black.

    Thank you!
    Joris

  •  2,697
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:


    .penci-sidebar-content.style-3 .penci-border-arrow .inner-arrow, .penci-homepage-title.style-3 .inner-arrow{ border-left-color: #ff0000; }


    Best Regards,

    PenciDesign

  •  1
    Joris Schoor replied

    Hi and thanks!

    I tried to add the code into the style.css of my child theme and it didn't work.

    When I put it in the custom css of the customizer, it works. Do I have to change the code to make it work in the style.css? I would like to keep all the style changes in one place.

    Thank you!
    Joris

  •  2,697
    PenciDesign replied

    Hi,

    Please put the custom css to Customize, it's better - all your customizer data will don't lose when you update this theme.

    If you want to put it to style.css of child theme, please use this code:

    .penci-sidebar-content.style-3 .penci-border-arrow .inner-arrow, .penci-homepage-title.style-3 .inner-arrow{ border-left-color: #ff0000 !important; }

    Best Regards,
    PenciDesign