Home Forums Jevelin Theme Posts, how to set to Full Width Reply To: Posts, how to set to Full Width

Home Forums Jevelin Theme Posts, how to set to Full Width Reply To: Posts, how to set to Full Width

Marcin Gora
Participant

Hi Guys,

I have now few custom CSS codes that are applied for my website.
Related to width of posts, mobile sticky background etc. All that you
have provided solutions for me here. Again big thanks for that! 🙂
Which is better from performance perspective or you best practice?
Shall I add all custom code under Admin Area -> Appearance
-> Theme Settings -> Custom Code -> CSS Code.
Or shall I do that in different way, so edit/add code, I guess all is under style.css >> Jevelin folder? Shall I add those custom codes in specific places?

Below ones that I found on support forum, seems to be not working
for me when pasting under Theme Settings -> Custom Code -> CSS Code.

Post, remove name of author

.page-template-page-blog span.post-meta-author {
display: none;
}

Post, hide tags

.blog-single .sh-blog-tags {
display: none;
}

I would like to remove as well post titles. Can you provide me here as well custom code for this or shall I set a new topic?

Thank you!
Marcin