This topic has 6 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #111483
     invidia30
    Participant

    Hello Everybody !

     

    I wanna change the background color and the text color’s on my widget’s header but i’ve not found the solution on the board …

     

    Other question, my logo on the sidebar is sooooo tiny and i dunno why…

     

    Attachments:
    You must be logged in to view attached files.
    #111780
     Laura
    Moderator

    Hello, try the following css at style.css of child theme 🙂
    Change color as you wish

    COPY CODE
    
    .dashboard-container {
        border: 1px solid #23c9bf;
        background: #1F7592;
        color: white;
    }
    

    For the logo try using this css

    COPY CODE
    
    .logo img {
        max-height: 80px;
        max-width: inherit;
        width: 260px;
        margin-left: -25px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #111782
     invidia30
    Participant

    well, i’ve just try and that doesn’t work for the color bg but ok for the logo 🙂
    maybe i’ve been a mistake?

    Attachments:
    You must be logged in to view attached files.
    #111866
     invidia30
    Participant

    well i’ve forget the . … 🙂
    So now all my box is in green but i just want the top (title zone) of the box in green and the rest in white

    Attachments:
    You must be logged in to view attached files.
    #112208
     Laura
    Moderator

    Hello, sorry for the misunderstanding, try this one

    COPY CODE
    
    .dashboard-container.has-title-stroke .dashboard-title {
        border-bottom: 1px solid #007595;
        background: #007595;
        color: white;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #112236
     invidia30
    Participant

    Yeah ! that’s works !! Thx a lot for your help !!

    #112634
     Laura
    Moderator

    Glad to help 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

The forum ‘Theme options & Demo content’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?