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 #1674070
CSS styling
Closed

Comments

  • russellbates started the conversation

    Sorry it's really basic, but I couldn't find anything off a quick search. 

    I want to add some custom CSS to all post titles within the Soledad theme? 

    What is the element ID for all post titles? 

    Secondly, I wanted to add a stroke behind the text overlapping as shown in attachment. Any ideas on the custom css for doing this? 

    Amazing theme btw! 

  •  2,699
    PenciDesign replied

    Hi,


    Thank you for loving our theme.

    1/ You can use the code like this:

    body.single .single-post-title{ 
    /* Custom CSS Put here */ 
    }

    2/ You can check this guide here to know how to do that with CSS.


    Best Regards,

    PenciDesign

  • russellbates replied

    Amazing thanks! 

    All sorted.