Css code to replace default background image

This topic contains 1 reply, has 2 voices, and was last updated by  Guust 5 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #445773

    Colin O’Mahony
    Free User
    Post count: 59

    Hi
    Please send me the CSS code to replace the default background image.
    Please also send the code to remove the featured image completely from listings.

    Many thanks

    Kind regards

    Colin

    #445784

    Guust
    Moderator
    Post count: 29970

    I am guessing you are talking about the Supreme theme.
    To replace the image, try this CSS, adjust as required:

    .featured-img {background-image: url(http://MY-IMAGE) !important;}

    To remove the image, use

    .featured-img {display: none !important;}

    To remove the whole image area, use

    .featured-area {display: none !important;}

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket