-
Author
-
October 13, 2017 at 09:58 #176519KyndFellowParticipant
Please see my screenshot and http://nfdates.com/test/
1} How can we center the main image that appears at the top of the page on image posts?
2} What is the CSS of the text of post’s body?
Attachments:
You must be logged in to view attached files.October 13, 2017 at 23:32 #176574LauraModeratorHello, at the text editor, you should be able to click at the image and at the editor tools select the Center icon 🙂
What do you need to change from the text?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
October 14, 2017 at 06:38 #176595KyndFellowParticipantstyle=”font-size: 12pt; font-family:”
But I want to use CSS to make this the dewfault. Is there a CSS tag for the Posts body text?
October 14, 2017 at 09:09 #176602KyndFellowParticipantCan you send me CSS to remove the navigation links marked in these screenshots too? Especially remove the “comments” link.
Attachments:
You must be logged in to view attached files.October 14, 2017 at 09:24 #176607KyndFellowParticipantHere’s the text editor. But I want the orginal CSS tag to set the default font size and family etc
Attachments:
You must be logged in to view attached files.October 16, 2017 at 02:10 #176770LauraModeratorHello, here the css for the post content
COPY CODE.article-content span { font-size: 20px !important; font-family: tahoma !important; }
And to hide the links
COPY CODEul.link-list li:nth-child(4) { display: none !important; } ul.link-list li:nth-child(2) { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.