• Resolved mcgyver2005

    (@mcgyver2005)


    Hi,

    I need to know how i can change the title color (where is the main picture of the website)

    Now it is white but if i need other color? What can i do?

    thanks!

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi.,

    Try this css

    
    .slide-text-bg2 h1 {
        color: #000 !important;
        border-color: #000;
    }
    .slide-text-bg3 p {
        color: #000;
    }

    #000 is color code, You can put your favorite color code here

    Rajan V

    Thread Starter mcgyver2005

    (@mcgyver2005)

    Great!!!
    Now it’s ok!

    Cheers ??

    Thread Starter mcgyver2005

    (@mcgyver2005)

    Rajan sorry but i have another question.
    How i can change the color of the top row?
    The line before the menu…

    Thank you so much

    Rajan Vijayan

    (@rajanit2000)

    Try this one

    .header-top-area {
        background: #1c1c1c !important;
    }
    Thread Starter mcgyver2005

    (@mcgyver2005)

    ok great
    thank you

    Thread Starter mcgyver2005

    (@mcgyver2005)

    Sorry…
    I Think that with your code all voice in my website change color. But now i have header with correct color and other parts (menu, section ect. Ect.) That have old color.

    where did I go wrong?

    Thread Starter mcgyver2005

    (@mcgyver2005)

    I have found the code around the forum and i put it into my CSS
    But there are two little problems
    1) i’m not to be able to change the WIDGET TITLE COLOR
    2) i’mo not to be able to change the LINE COLOR
    To understand watch my image
    https://ibb.co/f1ObQn

    This is the CSS CODE that i used to modify color (menu, toolbar ect.)

    .slide-text-bg2 h1 {
    color: #382 !important;
    border-color: #382;
    }
    .slide-text-bg3 p {
    color: #382;
    }
    .header-top-area {
    background: #382 !important;
    }
    .service-area h2 > a {
    color: #00000 !important;
    }
    .service-area p {
    color: #00000 !important;
    }
    .service-area:hover {
    background: #382 !important;
    border: 1px solid #00000 !important;
    }
    .dropdown-menu > li > a:hover
    {
    color:#382 !important;
    }
    .navbar .navbar-nav > .active > a,
    .navbar .navbar-nav > .active > a:hover,
    .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .open > a,
    .navbar .navbar-nav > .open > a:hover,
    .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > li > a:hover,
    .navbar .navbar-nav > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus
    {
    background-color:#382 !important;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus
    {
    color:#dd9933 !important;
    }
    .breadcrumbs > li >.active
    {
    color:#dd9933 !important;
    }

    .header-top-area, .sidebar-widget-tab > .active a, .pagetitle-separator-box {
    background: none repeat scroll 0 0 #382 !important;
    }
    .home-portfolio-showcase-overlay, .home-blog-btn a { background-color: #382 !important; }

    .home-blog-area:hover .home-blog-info h2 > a { color:#382 !important;}

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘home page color’ is closed to new replies.