Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #896595

    Hi there, it´s me again!
    I am close to finishing my very first website all by myself. Thanks to you guys this was possible, after paying a huge amount for 3 other websites!
    Still I have some things I want to change and cannot find the answer:

    I don´t like how the “Latest News” look – the font is not centered in height with the little picture. No matter if it´s a one or a two liner. :(
    Ist there a way to change that?

    Second question: The “featured image slider” uses the same font color and size as the headlines in the Blog Categories (= H2). BUT: I want the font color in the slider white. Stupid thing then in the Category headline as you cannot see them then. I tried my best, but cannot find a solution.

    Thank you!

    • This topic was modified 6 years, 10 months ago by Karin_Tara.
    #896790

    Hey Karin_Tara,
    I was not able to login to see the site, the login page says “not available” Please check.

    Best regards,
    Mike

    #896886
    This reply has been marked as private.
    #896897

    Hi,
    For the thumbnails in the latest news footer, I have come up with two solutions, the first for one line of text:

    #newsbox-2 .news-thumb {
        margin-top: -4px!important; 
    }

    The second for two lines of text:

    #newsbox-2 .news-thumb {
        margin-top: 8px!important; 
    }

    unfortunately this means you will need to endure your post titles are more uniform in length.
    For your second question, it looks as the text is already white. please see screenshot in Private Content area to ensure I’m looking at the right element.

    Best regards,
    Mike

    #896907

    Hi Mike!

    Thank you very much! Looks way better now in the “latest news” :) :)
    The second thing: Yes, on the picture you sent it´s white and that´s what I want.
    Unfortunately the headlines in the Categories are set with the same heading (see link attached in private content).
    So you cannot read them, as they are also white then.
    And I don´t know how to change it there without changing the headlines on the pic you sent.

    Regards
    Karin

    #896913

    Hi,
    Thank you for the link, Try this code in the General Styling > Quick CSS field:

    h2.post-title.entry-title a {color: #000 !important; }

    Best regards,
    Mike

    #896987

    Hi Mike!

    Thank you so much!
    If I now could have the font size (only for the Category headlines) also smaller, I am absolutely happy.
    Cause then I can go online tomorrow! :)

    Best regards
    Karin

    #897105

    Hi,
    Try:

    h2.post-title.entry-title a {font-size: 20px !important;}

    adjust the number to suit.

    Best regards,
    Mike

    #897106

    perfect! thank you so much!

    #897109

    Hi,
    Glad we were able to help, shall we close this then?

    Best regards,
    Mike

    #897110

    yes, thanks!

    #897129

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

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Enfold Latest News Widget’ is closed to new replies.