Tagged: x
-
AuthorPosts
-
December 21, 2016 at 8:56 am #1300572
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.
December 21, 2016 at 9:00 am #1300576Hi 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.
December 21, 2016 at 9:17 am #1300587My 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?
December 21, 2016 at 9:23 am #1300594Hi 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
December 21, 2016 at 9:34 am #1300611There´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?December 21, 2016 at 9:43 am #1300627Hi 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
December 21, 2016 at 9:56 am #1300641I´ve done everything that you write above, and nothing change.
December 21, 2016 at 10:15 am #1300675Hi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks
December 21, 2016 at 10:47 am #1300703This reply has been marked as private.December 21, 2016 at 12:34 pm #1300815Let us know if you need anything else.
Thanks!
-
AuthorPosts