[Support request] Changes only for the blog!

Home Forums Support [Support request] Changes only for the blog!

Home Forums Support Changes only for the blog!

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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!

    #488909
    Leo
    Staff
    Customer Support

    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.

    #488926
    Javier 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!

    #488988
    Leo
    Staff
    Customer Support

    Can you guide me to the page in question?

    #489529
    Javier 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.

    #489611
    Leo
    Staff
    Customer Support

    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.

    #489638
    Javier 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?

    #489681
    Leo
    Staff
    Customer Support

    Try this:

    .single .entry-header h1 {
        font-size: 20px;
        color: #000;
    }
    #489709
    Javier 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!

    #489929
    Leo
    Staff
    Customer Support

    Content of the single post would be:

    .single .entry-content p {
        font-size: 20px;
        color: #000;
    }
    #505380
    Javier 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.

    #505566
    Leo
    Staff
    Customer Support

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

    Thanks!

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