The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    Recent Topic Widget Background Color

    avatar
    Darksphere92
    Forumember


    Posts : 101
    Reputation : 1
    Language : English

    Solved Recent Topic Widget Background Color

    Post by Darksphere92 Sun 8 Dec - 4:47

    Is it possible to change the Recent Topic's Background Color? Right now it's currently grey and i want to change it to white.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Recent Topic Widget Background Color

    Post by Ange Tuteur Sun 8 Dec - 4:57

    Hello Darksphere92,

    If you want to change the color of all widgets use this CSS :
    AP > Display > Colors > CSS stylesheet
    Code:
    .module { background:#fff; }
    For just the latest topics widget :
    AP > Modules > Javascript codes management > create a new script
    Name : What you wish
    Placement : In all the pages
    Paste the code below and save.
    Code:
    jQuery(function(){ jQuery('.module:contains(Latest topics)').css('background', '#fff'); });
    avatar
    Darksphere92
    Forumember


    Posts : 101
    Reputation : 1
    Language : English

    Solved Re: Recent Topic Widget Background Color

    Post by Darksphere92 Sun 8 Dec - 5:02

    SethC1995 wrote:Hello Darksphere92,

    If you want to change the color of all widgets use this CSS :
    AP > Display > Colors > CSS stylesheet
    Code:
    .module { background:#fff; }
    For just the latest topics widget :
    AP > Modules > Javascript codes management > create a new script
    Name : What you wish
    Placement : In all the pages
    Paste the code below and save.
    Code:
    jQuery(function(){ jQuery('.module:contains(Latest topics)').css('background', '#fff'); });
    solved Thanks.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Recent Topic Widget Background Color

    Post by Ange Tuteur Sun 8 Dec - 5:05

    You're welcome

    Topic solved and archived

      Current date/time is Sun 22 Sep - 20:23