This topic has 4 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #99555
     Groubee2
    Participant

    Hi

    I love the theme!

    Where can I change the main background color(dashboard) between the boxes and I believe I also need to know where to change the background color on the header/news…

    I look forward to hear from you!

    best regards
    Tonny

    Attachments:
    You must be logged in to view attached files.
    #99587
     Radu
    Moderator

    Hi,

    Do you want to change background color only for dashboard page ? or for entire site ?

    If you want for entire site use this css

    COPY CODE
    
    .main-content.container-fluid {
        background: red;
    }
    

    If you want only for home page use this

    COPY CODE
    
    .home-page .main-content.container-fluid {
        background: red;
    }
    

    the css will be added here : wp-admin -> appearance -> theme options -> Quick CSS

    Cheers

    RAdu

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

    The background for the breadcrumbs zone can be change with this css

    COPY CODE
    
    #page-title {
        background-color: red !important;
    }
    
    

    Cheers

    Radu

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

    Hi Radu

    That is perfect!!! Thanks a lot!!!

    Best regards
    Tonny

    #99737
     Radu
    Moderator

    Great !

    Have a nice week

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?