Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #943281

    Hi Enfold Theme,
    In one of my pages, I have placed the “Blog Posts” element – and I display “Excerpts” (with read more link) – but I would like to:

    1. Increase the space between the title and the featured image. How do I do that, please? :-)
    (The title is shown just above the featured image – – I have disabled showing of both category and date)

    2. Change both the title color and the title font-size – – only in the specifik page where it the “Blog Posts”-element is placed. How do I do that, please?

    I hope you can help :-)

    Best regards
    Laura

    #943335

    Hey Laura,
    Please include the url to the page in question so we can take a closer look and assist with custom css.

    Best regards,
    Mike

    #943521

    Hey Mike,
    Thank You for fast reply – link to the specifik page below…
    Best regards Laura

    #943552

    Hi,
    Please try adding this css to WordPress > Customize > Additional CSS:

    .html_elegant-blog #top.page-id-3296 .entry-content-wrapper .big-preview.single-big {
        margin-top: 20px !important; 
    }
    
    #top.page-id-3296 h1.post-title.entry-title a {
        font-size: 38px !important;
        color: #70a874 !important;
    }

    The top rule is the current top margin between the title and image, please adjust to suit.
    The second rule is the current font-size for the title, with the color of your button added, please adjust to suit.

    Best regards,
    Mike

    #943571

    Thank You SO much for fast answer :-)
    It works perfectly! Thumbs up

    I just added “-10px” to get the title in the right position…

    BUT now I want to:
    1. Increase space between the posts
    2. Get rid of that small white line between the posts

    I have looked in forum, but I just cant find it :-)
    Best regards Laura

    #943822

    Hi,
    Please try adding this css to WordPress > Customize > Additional CSS:

    
    #top.page-id-3296 .main_color div {
        border-color: transparent!important; 
    }
    #top.page-id-3296 span.post-meta-infos {
        margin-top: 35px !important; 
    }

    The top rule is for the thin white line, and the second is for adding space between the elements.
    Please adjust to suit.

    Best regards,
    Mike

    #943971

    Hi Mike,
    I inserted the code in the Quick CSS and it works! :-D happy
    Thank You SO much. Have a nice day

    Best regards Laura

    #944059

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Title styling in blog post element – excerpt’ is closed to new replies.