post dates (sticky post) + child theme
-
Dear All,
I have two questions for you, and just because the first problem might be related to the second, I put them together in one topic. Really hope you can help me out here.
1) I would like to know if there is a code I can use in the style sheet to prevent the post date (currently hidden on my site) to be shown on the sticky post. I do want the date to be shown on all other posts, but not on the sticky post.
It might have something to do with the fact that I am still using Graphene 1.2 and havent upgraded since. I completely personalized the colors of my site and am very scared to lose it all. I know that with making a child theme, this can be solved, but I really don’t know how. I have seached for forums and tutorials on youtube about making a child theme, but I just don’t dare to do it, scared of losing the layout I have now.
2) So my second question is: is there anyone who can make a child theme for my site? I am willing to pay for it ofcourse!
Hope to hear from you soon.
Thanks and best regards,
Samantha
Admin
Quote:1) I would like to know if there is a code I can use in the style sheet to prevent the post date (currently hidden on my site) to be shown on the sticky post. I do want the date to be shown on all other posts, but not on the sticky post.Try adding this code to the Custom CSS option:
.sticky .date {
display: none;
}Quote:2) So my second question is: is there anyone who can make a child theme for my site? I am willing to pay for it ofcourse!Contact me using the contact form on my website and we’ll discuss the terms.
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
