Viewing 14 posts - 16 through 29 (of 29 total)
  • Author
    Posts
  • ekop Friend
    #561491

    <em>@pankajsharma 461188 wrote:</em><blockquote>Hi ekop
    add this code in custom.css


    .t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    color: #838b95
    }

    Change the color code as per your need .</blockquote>

    great, thanks pankajsharma. But nothing happen in mobile phone, why?

    Pankaj Sharma Moderator
    #561825

    Hello ekup the changes are for the desktop . If you want change the bg color for mobile also please provide your working site url here .

    ekop Friend
    #561827

    <em>@pankajsharma 461806 wrote:</em><blockquote>Hello ekup the changes are for the desktop . If you want change the bg color for mobile also please provide your working site url here .</blockquote>

    I use smartphone to open http://www.pantiwilasa.com , the url is same.

    Pankaj Sharma Moderator
    #561831

    Hi
    The Background color of the Off canvas menu is Black .
    If you want to change it add the below color in your custom.css file


    .t3-off-canvas .t3-off-canvas-header {
    background: #151515!important ;
    color: #666666 !important ; }

    Change the color code of background . and for text color change the value of COLOR in above code .
    Clear cache and check it .

    Pankaj Sharma Moderator
    #561832

    Hi
    The Background color of the Off canvas menu is Black .
    If you want to change it add the below color in your custom.css file


    .t3-off-canvas .t3-off-canvas-header {
    background: #151515!important ;
    color: #666666 !important ; }

    Change the color code of background . and for text color change the value of COLOR in above code .
    Clear cache and check it .

    ekop Friend
    #561983

    Change the color code of background . and for text color change the value of COLOR in above code .
    Clear cache and check it .

    I have add the code in custom.css
    @media (min-width: 980px){
    .t3-module.box-background-secondary.box-icon.box-icon-heart,
    .t3-module.box-backgroud-primary.box-icon.box-icon-heart{
    min-height:400px,
    }
    .dropdown-menu {

    background-color: #cccccc

    }
    .t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    color: #000000
    }
    .t3-off-canvas .t3-off-canvas-header {
    background: #cccccc!important ;
    color: #000000 !important ; }
    }

    But it can’t work. :((

    Pankaj Sharma Moderator
    #561986

    Hi please add the code that i provided.
    ad i can se you eant to Change module icon heart bg.
    please open a different post for a different issues .

    ekop Friend
    #562154

    <em>@pankajsharma 461813 wrote:</em><blockquote>Hi
    The Background color of the Off canvas menu is Black .
    If you want to change it add the below color in your custom.css file


    .t3-off-canvas .t3-off-canvas-header {
    background: #151515!important ;
    color: #666666 !important ; }

    Change the color code of background . and for text color change the value of COLOR in above code .
    Clear cache and check it .</blockquote>

    I add code in custom.css with this
    .t3-off-canvas .t3-off-canvas-header {
    background: #cccccc!important ;
    color: #000000 !important ; }

    Pankaj Sharma Moderator
    #562329

    Hi ekup are you still facing issue with above code the i i provided ?
    Update me .

    Pankaj Sharma Moderator
    #562330

    Hi ekup are you still facing issue with above code the i i provided ?
    Update me .

    ekop Friend
    #562507

    <em>@pankajsharma 462467 wrote:</em><blockquote>Hi ekup are you still facing issue with above code the i i provided ?
    Update me .</blockquote>

    Yes, nothing happen still the same

    Pankaj Sharma Moderator
    #562522

    Hello Please remove old code and add the below code at the end of your custom.css file

    .t3-off-canvas .t3-off-canvas-body .dropdown-menu { background: #cccccc; color: #000000; }.t3-off-canvas .t3-off-canvas-header { background: #cccccc; color: #000000;}.t3-off-canvas .t3-off-canvas-body { background: #cccccc; }.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a {color:#000000;}}

    Save and check, it will look like this >>> http://prntscr.com/6fc47z

    ekop Friend
    #562744

    Save and check, it will look like this >>> http://prntscr.com/6fc47z</blockquote>

    I’m sorry, it’s same. nothing happen
    This is the full code of custom.css

    @media (min-width: 980px){
    .t3-module.box-background-secondary.box-icon.box-icon-heart,
    .t3-module.box-backgroud-primary.box-icon.box-icon-heart{
    min-height:400px,
    }
    .dropdown-menu {

    background-color: #cccccc

    }
    .t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    color: #000000
    }

    .t3-off-canvas .t3-off-canvas-body .dropdown-menu { background: #cccccc color: #000000 }.t3-off-canvas .t3-off-canvas-header { background: #cccccc color: #000000}.t3-off-canvas .t3-off-canvas-body { background: #cccccc }.t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a {color:#000000}}

    }

    Pankaj Sharma Moderator
    #562841

    Hi
    Please check the code that i posted .
    You added wrong code . Please check it carefully and add the code that i posted .

    Custom.css code should be like this
    + ADD ; at the end of color code

    @media (min-width: 980px){
    .t3-module.box-background-secondary.box-icon.box-icon-heart,
    .t3-module.box-backgroud-primary.box-icon.box-icon-heart{
    min-height:400px,
    }}
    .dropdown-menu
    { background-color: #cccccc}
    .t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
    color: #000000}

    .t3-off-canvas .t3-off-canvas-body .dropdown-menu { background: #cccccc color: #000000 }
    .t3-off-canvas .t3-off-canvas-header { background: #cccccc color: #000000}.t3-off-canvas .t3-off-canvas-body { background: #cccccc }
    .t3-off-canvas .t3-off-canvas-body .dropdown-menu > li > a {color:#000000}}

Viewing 14 posts - 16 through 29 (of 29 total)

This topic contains 29 replies, has 3 voices, and was last updated by  Pankaj Sharma 9 years, 7 months ago.

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