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 #2803224
small black divider
Closed

Comments

  • olafvangastel started the conversation

    Hi,
    is it possible to add a small black divider or a line underneith the titles 

  •  2,495
    PenciDesign replied

    Hi,

    Please go to Appearance > Customize > Custom CSS then paste the following custom CSS code:

    .penci-block-vc .penci-border-arrow .inner-arrow,
    .penci-homepage-title.style-2 .inner-arrow, .penci-sidebar-content.style-2 .penci-border-arrow .inner-arrow {
        border-bottom: 1px solid #000000;
    }

    Change #000000 to your color.

    Regards,
    PenciDesign.

  • olafvangastel replied

    am i doing something wrong? I cleared cache but to no avail

  •  2,495
    PenciDesign replied

    Hi,

    You enter the wrong value of the color, please replace #ffff with #ffffff OR white.

    Regards,
    PenciDesign.