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 #1746247
Title design
Closed

Comments

  • DaphneO started the conversation

    Hello,

    In my website, I used the style 14 for 2 different categories ( Careers and resources )

    I just don't like how the title appears above the main image and with a dark gradient beneath.

    I would like the title to appear under it like in most posts.

    Is that possible?

    Thank you

  •  2,699
    PenciDesign replied

    Hi,

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

    .home-featured-cat-content.style-14 .first-post .magcat-detail{ position: static; padding: 0; }
    .home-featured-cat-content.style-14 .first-post .magcat-detail h3 a{ color: #313131; }
    .home-featured-cat-content.style-14 .first-post .magcat-detail h3 a:hover{ color: #4dbcbc; }
    .home-featured-cat-content.style-14 .mag-meta{ color: #777; }
    .home-featured-cat-content.style-14 .first-post .magcat-detail .mag-header{ margin-top: 14px; margin-bottom: 0; }
    

    Best Regards,

    PenciDesign

  • DaphneO replied

    thank you very much,

    now I just need to also erase the gradient above the images 

    thank you!

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to remove the gradient:

    .home-featured-cat-content.style-14 .penci-image-holder:after{ content: none; display: none; }
    

    Best Regards,

    PenciDesign

  • DaphneO replied

    One very last question about this topic my apologies:

    if I want to have only the title in the front page but no written by / and dates ( however I wish to keep the written by and date inside the article ) 

    could you give me the code?

    thank you very much for your patience!

  •   PenciDesign replied privately
  • DaphneO replied

    I completely understand, however I am not always sure if customisation is needed or not.

    Thank you for your help anyway, you really help a lot and I don'y intend to abuse your help.