Tagged: x
-
AuthorPosts
-
August 11, 2016 at 2:34 am #1126854
seungkim11ParticipantHello,
First of all, thank you for the wonderful theme.
I am using Renew stack, and here are some of the issues:
website address: http://www.americantravelerinc.com/brand/hltactical/1. I want to change the footer widget background to black. I tried customizing CSS by
.x-colophon.top {
background-color: black;
}
However, as you can see, the text widget’s background is still white. How do I fix this?2. The main dropdown menu has too much padding, how do I reduce the padding of the dropdown menu so that it looks narrower?
August 11, 2016 at 4:33 am #1126955
ChristianModeratorHey there,
1. I don’t see the footer widget area (see attachment)
2. Please add the code below in your Appearance > Customize > Custom > CSS
.desktop .sub-menu { padding: 0 1.25em; }Thanks.
August 12, 2016 at 2:01 pm #1129058
seungkim11ParticipantHello,
The sub menu worked great!
You can see the footer background now.
Please let me know how to fix it.August 12, 2016 at 3:05 pm #1129129
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
.x-colophon .widget ul li { background-color: black; } .widget ul, .widget ol { border: none; }Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1126854 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
