[Plugin: Content Aware Sidebars] CSS issues with sidebar…
-
I have a problem with WordPress Theme. I’m trying to put sidebar in header.. and because of sidebar class style it receives “colored” backround. if I will change it then all sidebars will have a change.
How I can override that style class only so a change will be only in a place I need it?
part of section in template page.php
<?php display_ca_sidebar( $args ); ?>
css section of sidebar#sidebar ul li{width:298px;float:left; background:url(i/Modern/sidebar.jpg) left top no-repeat #83b1cd; margin:0 0 19px 0;padding:0 0 10px 0; list-style:none; list-style-type:none; border:1px solid #536867;}
I need to override “background” to make it none, and to make no border.
Thanks for Help!
https://www.ads-software.com/extend/plugins/content-aware-sidebars/
- The topic ‘[Plugin: Content Aware Sidebars] CSS issues with sidebar…’ is closed to new replies.