Comments DaphneO started the conversationOctober 14, 2018 at 7:20amHello,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,700PenciDesign repliedOctober 14, 2018 at 9:28amHi,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,PenciDesignDaphneO repliedOctober 14, 2018 at 10:19amthank you very much,now I just need to also erase the gradient above the images thank you! 2,700PenciDesign repliedOctober 14, 2018 at 12:39pmHi, 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, PenciDesignDaphneO repliedOctober 14, 2018 at 12:47pmOne 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 privatelyDaphneO repliedOctober 14, 2018 at 1:09pmI 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. Sign in to reply ...
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
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
thank you very much,
now I just need to also erase the gradient above the images
thank you!
Hi,
Please add more this code to Customize > Custom CSS to remove the gradient:
Best Regards,
PenciDesign
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!
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.