Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #446334

    Hi
    How can i change the backgroundcolor of the preview image from the Blog single post?
    Sorry my english is not so goog!
    LG Martin

    #446489

    Hi Martin!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single .big-preview.single-big {
      background-color: orange;
    }

    If that does not help, please post the link to your website and a screenshot showing the changes you would like to make :)

    Regards,
    Yigit

    #446544

    Hi
    sorry but it dosn`t work…
    sreenshot
    The link to the homepage: http://www.brillevonwitte.de

    Thanks for help!
    Martin

    #446554

    Hi!

    Please use following code instead

    .single-post .single-small.with-slider .small-preview {
      background: transparent!important;
      color: black;
    }

    Best regards,
    Yigit

    #447011

    Hi Yigit
    ….sorry, it doesn`t work???

    LG Martin

    #447212

    Hi!

    Can you please post the link to your exact post? If it is private, please create a temporary admin login and post it here privately.

    Best regards,
    Yigit

    #448305
    This reply has been marked as private.
    #448465

    Hey!

    Please add following code to Quick CSS

    .blog-meta a {
      background: transparent!important;
    }

    Regards,
    Yigit

    #449046

    …great!!!
    Thank`s a lot and a fine WE!
    LG Martin

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Peview image single post’ is closed to new replies.