Home Forums WordPress Themes – Premium Preferential pref-featured-bottom background color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #56542

    HEllo,

    I’d like to change pref-featured-bottom backgrouind color from white to purple.
    I’ve tryed to put additional CSS in theme :

    .pref-featured-bottom {
    background-color: #bd98e2;
    }

    without success.
    This problem appears only in mobile view mode on page like http://pierre-edouard.ch/les-massages/

    Can someone advise me ?

    Attachments:
    You must be logged in to view attached files.
    #56544
    Bidur
    Moderator

    Hello Hunkeler,

    There was a slight misplace in the above css i.e replace . with # for the div id;

    #pref-featured-bottom {
        background-color: #bd98e2!important;
    }

    Thanks!

    #56552

    thank you Bidur, that works fine !

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.