This topic has 7 replies, 4 voices, and was last updated 9 years ago ago by Jack Richardson
Used the transportation template, and a header with only 1 black bar. I removed the “Newsletter” icon and text by removing “promo pop-up” and the currency and language icons by adding an empty text block to the widget left header. But still I have another black bar underneath this black bar with social icons. Where do I remove these?
Also -is there anywhere I can change alla divider, link colors etc to another color in one sweep? Or do I have to change it from block to block?
Hello,
Please try to add this code in Global Custom CSS (Theme Options->Custom CSS).
.header-type-17 .header-top{
display: none;
}
Also please clarify where exactly you want change color links?
Regards,
Robert Hall.
Hello,
Please check if [share]
shortcode is added in Theme Options > Header > “Header custom HTML (for 6, 7, 13, 14, 18 headers)” block.
Please specify for what elements exactly you want to change color.
Thank you.
Regards,
Eva Kemp.
Share was added in custom HTML. Now it works like a charm! Thanks;)
Regarding Colors:
Changed colorscheme in Theme Options to the color we want. But some links and HR are still different colors. Have to change them manually in Visual Composer “Text” to the correct hex values… Guess they where added manually in the template?
Can I override that somewhere? Like writing in a master document that all HR should be #XXXXX?
Hello,
Try to use this code in Global Custom CSS:
hr.break {
background: #e6e6e6 !important;
}
Write your color value.
Best regards,
Jack Richardson.
Thanks!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Tagged: header, remove, social icons, templates, woocommerce, woopress, wordpress
The issue related to '‘How to remove double header and social icons in WooPress’' has been successfully resolved, and the topic is now closed for further responses