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
3 posters

    How to change widget background color?

    Army
    Army
    Forumember


    Male Posts : 81
    Reputation : 1
    Language : English
    Location : India

    How to change widget background color? Empty How to change widget background color?

    Post by Army Sun 10 Mar - 9:25

    Here is the three problem in one How to change widget background color? 20190320

    1. I want to change background color of widget
    2. I want to change widget header background color
    3. There is a little gap in the left and right of widget header so how to fix it?

    CAForum
    CAForum
    Forumember


    Male Posts : 33
    Reputation : 4
    Language : Français
    Location : Paris

    How to change widget background color? Empty Re: How to change widget background color?

    Post by CAForum Sun 10 Mar - 10:43

    Hi,
    In your CSS you have this code:
    Code:
    .h3 {
        background-color: red;
        border-bottom: 3px solid #CCC;
        color: #FFF;
        font-family: \\\'quicksand\\\';
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 3px;
        padding: 10px;
        text-align: left;
        text-transform: uppercase;
        vertical-align: middle;
        width: 100%;
    }

    Change the color here:
    Code:
    background-color: red;
    Army
    Army
    Forumember


    Male Posts : 81
    Reputation : 1
    Language : English
    Location : India

    How to change widget background color? Empty Re: How to change widget background color?

    Post by Army Sun 10 Mar - 10:50

    Hello, h3 refers module of widget or not? I set red for who is online bar but sadly it shows in widget

    Also tell me how to change black ground color or image in widget and also the gap in the right of widget bar?
    CAForum
    CAForum
    Forumember


    Male Posts : 33
    Reputation : 4
    Language : Français
    Location : Paris

    How to change widget background color? Empty Re: How to change widget background color?

    Post by CAForum Sun 10 Mar - 11:14

    For the widget background color, maybe this code is better:
    Code:
    .module.h3 {background-color: red;}

    Change color as you want
    Army
    Army
    Forumember


    Male Posts : 81
    Reputation : 1
    Language : English
    Location : India

    How to change widget background color? Empty Re: How to change widget background color?

    Post by Army Sun 10 Mar - 11:34

    Not working but can you tell me how to remove or change background of whole widget? I want to change this black shadow background of whole widget
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    How to change widget background color? Empty Re: How to change widget background color?

    Post by SarkZKalie Sun 10 Mar - 15:49

    Gray background #8F8DA0 in left widget
    Code:
    #content-container div#left {
        background-color: #8F8DA0;
        color: #FFF;
        float: left;
        height: 100%;
        left: 0;
        overflow: auto;
        padding: 10px;
        position: fixed;
        top: 0;
        width: 270px;
    }



    How to change widget background color? Sarkzk10
    CAForum
    CAForum
    Forumember


    Male Posts : 33
    Reputation : 4
    Language : Français
    Location : Paris

    How to change widget background color? Empty Re: How to change widget background color?

    Post by CAForum Sun 10 Mar - 15:54

    It's not the solution

    How to change widget background color? No10
    CAForum
    CAForum
    Forumember


    Male Posts : 33
    Reputation : 4
    Language : Français
    Location : Paris

    How to change widget background color? Empty Re: How to change widget background color?

    Post by CAForum Sun 10 Mar - 16:19

    Army wrote:Not working but can you tell me how to remove or change background of whole widget? I want to change this black shadow background of whole widget
    Can you put here your CSS code ?
    Army
    Army
    Forumember


    Male Posts : 81
    Reputation : 1
    Language : English
    Location : India

    How to change widget background color? Empty Re: How to change widget background color?

    Post by Army Sun 10 Mar - 17:57

    Hi, could you please use a test account to check it? I cant copy css code indeed.
    CAForum
    CAForum
    Forumember


    Male Posts : 33
    Reputation : 4
    Language : Français
    Location : Paris

    How to change widget background color? Empty Re: How to change widget background color?

    Post by CAForum Sun 10 Mar - 18:03

    No, I would have to consult your forum with an account with administrator rights
    And why can not you put your CSS code here?
    Army
    Army
    Forumember


    Male Posts : 81
    Reputation : 1
    Language : English
    Location : India

    How to change widget background color? Empty Re: How to change widget background color?

    Post by Army Sun 10 Mar - 18:07

    Using mobile mate. So i asked u join in forum. I add u in acp panel to fix it

      Current date/time is Sun 22 Sep - 22:26