Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1300572

    xalmer
    Participant

    Hello, sorry about my poor english and my dumb question in CSS color problem.

    I really try everything, but i do not find a way to get my footer all black.
    Can someone help me with this?

    http://www.ramonmoreira.com.br

    Thanks for the help.

    #1300576

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You have the following Custom CSS rule placed in your site.

    
    .x-topbar, .x-colophon.bottom {
        background-color: #222222;
    }
    

    Please change is as follows.

    
    .x-topbar {
        background-color: #222222;
    }
    

    Hope that helps.

    #1300587

    xalmer
    Participant

    My ethos.css code for x-colophon is:

    .x-colophon {position:relative;background-color:#000000}
    .x-colophon {background-color:#000000}
    .x-colophon.top{padding:5% 0 5.25%}
    .x-colophon.top .x-column .widget:first-child{margin-top:0}@media (max-width: 979px){.x-colophon.top{padding:6.5% 0}
    .x-colophon.top .x-column .widget:first-child{margin-top:5em}
    .x-colophon.top .x-column:first-child .widget:first-child{margin-top:0}}
    .x-colophon.bottom {padding:0px 0;font-size:11px;text-align:center;text-transform:uppercase;color: #000000}
    .x-colophon.bottom .x-nav{margin:0 0 15px;line-height:1.3}
    .x-colophon.bottom .x-nav li{display:inline-block}
    .x-colophon.bottom .x-nav li a{display:inline-block;color:rgba(255,255,255,0.25);text-decoration:underline}
    .x-colophon.bottom .x-nav li {background-color:#000000}
    .x-colophon.bottom .x-nav li:after{content:”/”;display:inline-block;margin:0 0.5em 0 0.75em;color: #000000}
    .x-colophon.bottom .x-nav li:last-child:after{display:none}
    .x-colophon.bottom .x-colophon-content {margin:15px 0 15px;line-height:1.3;color: rgba(255,255,255,0.25)}
    .x-colophon.bottom .x-colophon-content p{margin:0}
    .x-colophon.bottom .x-colophon-content a{color:rgba(255,255,255,0.25);text-decoration:underline}
    .x-colophon.bottom .x-colophon-content {background-color:#000000}
    .x-colophon.bottom .x-social-global{clear:both;margin:0}
    .x-colophon.bottom .x-social-global a{margin:0 1%;font-size:18px}
    .x-colophon.bottom .x-social-global a.foursquare{font-size:17px}
    .x-colophon.bottom {background-color: #000000;}
    .x-colophon .widget{margin-top:0}

    Theres another place to make this change?

    #1300594

    Joao
    Moderator

    Hi There,

    Usually you will find this changes on Appereance > Customizer > Custom > CSS

    or on style.css of your website, via ftp at wp-content/themes/x-child

    Hope it helps

    Joao

    #1300611

    xalmer
    Participant

    There´s nothing in the Custom CSS ( see in pic 1 )

    I think found a bug, but maybe it was during some update… ( see in pic 2 )

    I´m editing the ethos.css in the wp-content/themes/x/framework/css/dist/site/stacks
    It´s correct?

    #1300627

    Joao
    Moderator

    Hi There,

    That is not correct. Once your X Theme gets updated your changes will be erased.

    Please download a CHild Theme from your Themeco Dashboard and Install it on wp-content/themes/

    Once you have done that, go to Wp Admin Appereance > Themes and activated your child theme.

    copy : ethos.css from wp-content/themes/x/framework/css/dist/site/stacks

    to

    ethos.css in the wp-content/themes/x-child/framework/css/dist/site/stacks

    Or add the new rules on the style.css of your child theme.

    That assures once your theme gets updated your changes will remain.

    Thanks

    Joao

    #1300641

    xalmer
    Participant

    I´ve done everything that you write above, and nothing change.

    #1300675

    Joao
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    #1300703

    xalmer
    Participant
    This reply has been marked as private.
    #1300815

    Darshana
    Moderator

    Let us know if you need anything else.

    Thanks!