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 #4025632
Inconsistent Heading Titles
Open

Comments

  •  1
    dorkaholics started the conversation

    I would like my Heading Titles for "Latest Interviews" and "Latest in Film & TV" to be like "What's Popular." I don't like the black triangle at the bottom and want it to be white or transparent. But I can't seem to locate the right setting to adjust. 

  •  2,878
    PenciDesign replied

    Hi,

    I checked your site, and all the headings are now displaying as requested. If it’s still not working as you want, please send me a screenshot and include a note explaining the issue.

    Regards,
    PenciDesign.

  •  1
    dorkaholics replied

    I have had to set Dark Mode by default to not see the issue.

    Please turn off Dark Mode to see what I am referring to.

    9427652822.png


  •  2,878
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    body:not(.pcdark-mode) .penci-border-arrow.penci-homepage-title.style-2::after {
      border-top-color: #fff !important;
    }

    Regards,
    PenciDesign.

  •  1
    dorkaholics replied

    Thank you! 


    There is one area where I don't want this to be shown, see attached.



    Attached files:  Untitled.jpg

  •  2,878
    PenciDesign replied

    Hi,

    Which area do you want to hide or modify? Please mark it clearly on the screenshot you sent.

    Regards,
    PenciDesign.

  •  1
    dorkaholics replied

    Hi, the area I have circled in red is what needs to be modified so that it is NOT white on light mode. I want it to stay the same color in dark mode and light mode.

    Attached files:  Untitled.jpg

  •  2,878
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    body:not(.pcdark-mode) .elementor-element-b81dfd0 .penci-border-arrow.penci-homepage-title.style-2::after {
      border-top-color: #000 !important;
    }

    Regards,
    PenciDesign.

  •  1
    dorkaholics replied

    I like how it the bottom triangle looks for the YOU MAY HAVE MISSED heading, but it seems to be sticking out on top for RECENT UPDATES and when you scroll above to LATEST INTERVIEWS and LATEST IN FILM & TV.

    2266949043.png

  •  2,878
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Sidebar → General → Sidebar Widget Heading Align: select the "Center" option.

    Regards,
    PenciDesign.