how i will add costum font for only paragraph/description area

Posted in: Newspaper
Post count: 15

Dear sir/madam,
how i will add/upload costum font for only paragraph/description area for the whole website and how i will increase default paragraph size in the theme
please guide i will be thankfull

Post count: 1341
Post count: 15

how i will hide wp-admin?

Post count: 23312

Hello hassan9t2,

Why do you want to hide the wp-admin? Provide more details about what exactly you want to achieve so I will be able to provide a more accurate response.

Thanks for your understanding!

Post count: 15

sir i don’t want to public user come and login from wp-admin, hacker will try from there and for public user i think its not looking well.. there is also another method in the theme for signing in , i want to user to use the frontend theme ajax login/sigup page

Post count: 15

another thing i add my costum font in the website and its working well for the content of the post but the problem is the font is working only on desktop version, how i will apply the same font for the mobile version for post content only

Post count: 23312

Hello hassan9t2,

If you want to affect the style for the mobile theme you should to use the media queries and target the mobile width with your properties. You can provide your website URL so I can give you an example.

Thanks for the message!

Post count: 15

https://harpal.pk
this is my website link
please send me instruction how i will apply these queries/changes for mobile version

Post count: 23312

Hello,

If you want to change the post content font to be the same with the Desktop you should add a bit of CSS code inside the Advanced CSS section area from Theme panel here -> https://www.screencast.com/t/noJtxjiooZ9 and the code will be applied only for mobile devices.

.td-post-content p{
font-family: JameelNooriNastaleeq;
font-size: 20px;
font-weight: 600;
}

Hope this helps!

Thanks for your understanding!

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.