- This topic has 11 replies, 2 voices, and was last updated 8 years, 1 month ago by
Leo.
-
AuthorPosts
-
February 5, 2018 at 11:22 am #488709
Javier Fernández
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!
February 5, 2018 at 3:11 pm #488909Leo
StaffCustomer SupportHi 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.
February 5, 2018 at 3:44 pm #488926Javier Fernández
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!
February 5, 2018 at 5:53 pm #488988Leo
StaffCustomer SupportCan you guide me to the page in question?
February 6, 2018 at 8:09 am #489529Javier Fernández
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.
February 6, 2018 at 9:02 am #489611Leo
StaffCustomer SupportTitle 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.
February 6, 2018 at 9:18 am #489638Javier Fernández
It´s works!
I just wanna do the same thing to each title and content for each post.
Do you know what I mean?
February 6, 2018 at 9:59 am #489681Leo
StaffCustomer SupportTry this:
.single .entry-header h1 { font-size: 20px; color: #000; }February 6, 2018 at 10:31 am #489709Javier Fernández
Great!
THE LAST THING that I need you help me is about the content of the post.
thank you Leo for you time!
February 6, 2018 at 3:23 pm #489929Leo
StaffCustomer SupportContent of the single post would be:
.single .entry-content p { font-size: 20px; color: #000; }February 25, 2018 at 12:04 pm #505380Javier Fernández
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.
February 25, 2018 at 6:35 pm #505566Leo
StaffCustomer SupportCan you open a new topic and guide me to the specific page?
Thanks!
-
AuthorPosts
- You must be logged in to reply to this topic.