Need Your Advice For Custom Fonts

Posted in: Newspaper
Post count: 140

Hello TagDiv team

Here i have setup demo site here http://div.wpdiv.com and enabled to use custom fonts.

1. But when i use custom fonts, i am able to apply custom font properties to post title, post content, widgets and top menu and main menu only. unable to use custom fonts with rest of the areas in the website.

How can i apply custom font properties rest of the areas? Also how can i set custom font family for the above section in case if there is any issue with custom fonts? like font-family {custom font, verdana, times new roman)

2. When i change the line height for widgets via theme options, its not updating the same in front end. Where did i made mistake? http://oi59.tinypic.com/23svxw2.jpg

3. Even after commented google fonts in functions.php, still the old CSS class appear when i test the some elements via firebug? http://oi58.tinypic.com/2jakvf6.jpg How can i remove such old CSS?

Kindly help me.

With regards
Selvam.S

Post count: 3343

Hi,

If you want to change the fonts in other places you need to change it via CSS, sorry for the inconvenience! We will try to improve this in future updates.

Just make like this:

.put-all-selector-here,
.selctor-1,
.selector-2 {
font-family: "your custom font";
}

If you don’t have CSS knowledge, please hire someone to customize the theme for you.

Hope this help!
Thanks for the message!

Post count: 140

Thanks for your reply

1. Will you please list me the all selectors used in our theme?

2. Please help me to answer rest of the questions as well.

Expecting your reply

With regards
Selvam.S

Post count: 3343

Hi,
1. You could easily find all selector, just open the style.css and search for font-family and where is a font family there is the selector that you need.

2. There depends of how the font are rendered, on some fonts need manual adjustment.
Use this CSS to align the block header:

.block-title a,
.block-title span,
.block-title label {
padding: 4px 10px 2px 10px;
line-height: 27px !important;
}
.block-title {
line-height: 28px;
}

3. If you write Custom CSS in Theme panel that CSS will overwrite as priority the CSS, not overwrite the old css, the old CSS is there in style.css like you see in your screenshot is in style.css
If you want to remove it, just edit your style.css and delete it from there.

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.