-
Author
-
March 10, 2016 at 23:46 #109909
azidi
ParticipantHi,
Please how can I hide authors of blog posts?
Thanks
March 11, 2016 at 20:49 #110046Radu
ModeratorHi,
Go to wp-admin -> theme options -> blog -> Meta settings -> Display post meta in Single post page* OFF
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 11, 2016 at 22:28 #110071azidi
ParticipantHi Radu,
Thanks for your reply. I have other question, how can I change the font of the title and the text of post, only at the page “blog normal”.
thanksMarch 14, 2016 at 17:03 #110385Radu
ModeratorHi,
First provide admin credentials to can view the site, now it says under construction.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 14, 2016 at 21:58 #110529azidi
ParticipantHi Radu,
here is admin credentials
site: es.unisoko.com
user: kleoteam
pw: kleoteamjust I want change the font family (to google font) of the Title and the content of the post in the page Blog Normal.
thanks
March 15, 2016 at 17:01 #110750Radu
ModeratorHi,
The font for the article titles in blog-normal page can be changed with this css, but you will have to choose your font family from wp-admin -> theme options -> fonts -> H6
Choose your font family and let me know after, i will access your wp admin to set the font family for the blog normal page
COPY CODE.page-id-2792 h2.article-title.entry-title a { font-family:'Dosis'; }Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 15, 2016 at 17:27 #110768azidi
ParticipantHi Radu,
I want to use merienda font.
The css code is to change articles titles in blog-normal.
How can I use the same font for text under the title in bolg normal page
thanksMarch 16, 2016 at 00:39 #110885azidi
ParticipantHi Radu,
I copied the css code at wp-admin -> Appearance -> Editor.
I tried different google font family, but the font of the title did not change.
Please could you check it.
Please, could you send me the CSS code to change the font family of text content in the same page (blog normal)
thanksMarch 16, 2016 at 18:37 #111005Radu
ModeratorHi,
I’ve added this css in child theme style.css
COPY CODE.page-id-2792 #main-container .article-content p { font-family:'Merienda' !important; }And the Merienda font is loaded via wp-admin-> theme options -> fonts -> h6
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 17, 2016 at 19:17 #111340Radu
ModeratorGood,
Have a nice day
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.