Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #675406

    Hi Enfold-team

    I managed to change the thumbnails in the Enfold combo and latest news widgets to be circles with the help of the discussions in this forum.
    But unfortunately, they still look strange, with the squared border and colored padding around them. I would prefer to make them look like in the fly-out post slider navigation. Please see: http://welt-der-vorfahren.de/2015/12/spur-fuehrt-nach-koeln/
    I use the widgets in the sidebar and footer.

    Similar to this, I am also wondering how I could remove the border around all images within the posts, both in the excerpts on the blog page and on single post pages. (In contrast to this, at the moment there are no borders around featured images and images on pages)

    Looking forward to your assistance and thank you in advance.
    Anja

    • This topic was modified 7 years, 7 months ago by Aniona. Reason: question added
    #676486

    Hey Aniona!

    Please add following code to Quick CSS

    #top .news-thumb,div .wp-caption {
        background: none;
        border: none;
    }

    Cheers!
    Yigit

    #676572

    Thank you, Yigit! That worked great.

    Is it possible to have a circle thumbnail in the “Wer schreibt hier?” widget on the start page as well: http://welt-der-vorfahren.de/ ? What would be the code?
    Or is it somehow different because it is the Meks Smart Author plugin widget using a Gravatar image? Could it be controlled by custom CSS as well? I didn’t find anything on the plugin page.

    Thank you for your excellent support.
    Kind regards
    Anja

    #676642

    Hey!

    Please add following code to Quick CSS as well

    .mks_author_widget img {
        border-radius: 100px;
    }

    Regards,
    Yigit

    #676683

    Excellent! Thank you very much for your help.
    I really learned a lot here :-)

    Kind regards,
    Anja

    #676686

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Thumbnails in Enfold widgets’ is closed to new replies.