Site logo

Archived topic

Changes only for the blog!

11 replies · Started by Javier Fernández on February 5, 2018

Viewing posts 1–12 of 12

Hi, how are you doing?!

I have my web site finished. Im right now dealing with my blog.

But when try to change format of the page, or chnage color fonts...h1...h2...all those changes affect to the whole web site!

Is there a way to make changes just to the blog?

thanks you!

Hi there,

You would need to use CSS for that.

For example,

.blog h1, .archive h1 {
    font-size: 20px;
    color: #000000;
}

Please guide me to the specific element if anything else is required.

thanks you!

Well... I would like to change the body of the post as well, and the distance between lines too.

and that´s it.

bye!

Can you guide me to the page in question?

Hi Leo!

This is my blog.

https://www.javierfernandezphoto.com/blog/

I would like to change content, hi, h2, h3...color of each element (bold...normal...etc) just for the blog. I would like to keep the rest of the web untouched.

Title would be this:

.blog h2.entry-title,
.archive h2.entry-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

Content would be this:

.entry-summary p {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

There aren't H1 and H3 on that page.

It´s works!

I just wanna do the same thing to each title and content for each post.

Do you know what I mean?

Try this:

.single .entry-header h1 {
    font-size: 20px;
    color: #000;
}

Great!

THE LAST THING that I need you help me is about the content of the post.

thank you Leo for you time!

Content of the single post would be:

.single .entry-content p {
    font-size: 20px;
    color: #000;
}

thanks!

I have another issue!

I´m doing some changes on my blog.

the post had a lead (small part of the post), but now, suddenly, change it self to full post. It seems to be ok when I check out each option, I don´t know what`s going on.

Could you help me with that?

thanks.

Can you open a new topic and guide me to the specific page?

Thanks!

This archived topic is closed to new replies.