Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • tuhami Friend
    #998755

    Hello
    I need to change side color(black) according attached file.

    Thanks.


    1. change-color
    Pankaj Sharma Moderator
    #998804

    Hi
    In this case i have to check your site and suggest you changes for the page showing in screenshot.
    Kindly post your site URL here.

    tuhami Friend
    #1001584
    Pankaj Sharma Moderator
    #1001706

    Hi
    Add below code in custom.css

    @media (min-width: 992px) {
    .header-trans .t3-header-wrap.affix {
       background: rgba(0, 0, 0, 0.86);
    }}
    
    .t3-wrapper {
        background-color: #d7d9db!important;
    }

    File path : template folder/css/custon.css file .
    If file is not present kindly create the code.

    tuhami Friend
    #1001747
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1001748

    Hi
    the in the sides the color is working the header not working because there is error in code.
    Use below code and delete older

    @media (min-width: 992px){ .header-trans .t3-header-wrap .t3-header {
    background: rgba(0, 0, 0, 0.86)!important;}}
    .t3-wrapper {    background-color: #d7d9db!important;}

    save file, clean cache and check.

    tuhami Friend
    #1001799

    Thank you its changed, but i need to change color in header or remove position that black color according attached image.


    1. problem
    tuhami Friend
    #1001802

    and i need to change menu color and size.

    Pankaj Sharma Moderator
    #1001823

    Hi
    the header background color is from the same code

    @media (min-width: 992px){ .header-trans .t3-header-wrap .t3-header {
    background: rgba(0, 0, 0, 0.86)!important;}}

    You can change it to any color you want.

    tuhami Friend
    #1002304

    The changes just in main page, but other pages no changes!

    Pankaj Sharma Moderator
    #1002467

    Hi
    the changes are working fine for all site.
    The header on homepage is different and work only with the homepage layout with slideshow.
    It is black for all other pages.
    If you want to change the black color use below code in custom.css file and change the color as per needs

    .t3-header-wrap .t3-header {
        background: rgba(0, 0, 0, 0.86)!important;}

    Clear cache after saving the changes.
    Regards

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

This topic contains 10 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum