How to change and format fonts

Posted in: Newspaper
Post count: 13

Hi,

I absolutely love the newspaper theme but i have A lot of custimization questions.

1) I wanted to change the font for the content in the post. (the content tab in the theme panel doesn’t work).

So I searched the forum and found the custom css code.. it did the job.

Now I need the custom css for the post title because if I use the same font in the post title (using the theme panel). That I use in my post content (using the custom css)

the post content changes.

So can you provide the custom css for the post title similar to this:

.post p {
font-family: ‘georgia’,!important;
font-size: 17.3px !important;
line-height: 1.45 !important;
}

2) Can you also provide the custom code to change the font on my pages (ie about page, contact page etc)

3) Is there a way to remove the colored box from the tags underneath my post titles on the homepage?

4) Lastly, is it possible to switch the sidebar/widget title (the colored box) from the left to the right?

Sorry for all of the questions…thanks for the help.

Post count: 13

Any help on this matter??

Post count: 3343

Hi,

1. Use this

.post header h1 {
    font-family: ‘georgia’,!important;
    font-size: 17.3px !important;
    line-height: 1.45 !important;
}

2. Try this

.page p {
    font-family: ‘georgia’,!important;
    font-size: 17.3px !important;
    line-height: 1.45 !important;
}

3. Please show me a screenshot to see which one. You can use Jing to make screenshots or similar applications

4. Is possible using this, but is for all titles on entire site, you need to take the selector only for sidebar, i need you site URL and show me where you want to change it.

.block-title {
    text-align: right;
}

Thanks for your message!

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