This topic has 6 replies, 4 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson
I have just installed the WooPress – Responsive Ecommerce WordPress Theme. How can I edit the following items:
– The image WOOPRESS on the top left of the site template
– All of the information in the footer of the site template (now contains flicker photos and Woopress coordinates)
– Delete the search icon that is in the site template
Hello smariano,
1) you can set Logo image in Dashboard > Theme options > Header > Logo image.
2) footer demo content is not editable. You need to manually create your footer as described in this video tutorial for Royal and Woopress themes:
https://www.youtube.com/watch?v=KWAQRXZXsaw
3) if you want to hide Search icon in header, please add following css code to Theme options > Custom css > Global css:
.header-search{
display:none
}
Regards,
Stan Russell.
Thank you for the response
The style .header-search{display:none } Does not seem to work. I am using header type 8. If I disable the page side bar, the search icon goes away. Is there another css style that can be used for the side bar ?
A few other questions:
– What is the best way to modify the main menu link attributes (hover, visited, active) ?
– With header style 8, how can the text on the right EN FR GE £ € $ be removed ?
– Is there a way to add some custom links to the top of the page tempplate ?
Hello,
I’ve checked your site and don’t see search icon in the header. Please show a screenshot where you want to remove it.
As I see you’re using Mega Menu plugin, aren’t you? To change color for hovered, active items use this css code:
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
background-color: #913838 !important;
color: #fff !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
background-color: #913838 !important;
color: #fff !important;
}
Write your color values.
To remove language icons go to Appearance > Widgets > Left Side top bar area and add empty Text widget there.
To custom links at the top you need select other header type in Theme Options > Header where top bar is present and add your content in Appearance > Widgets > Left Side top bar area and Right Side top bar area.
Regards,
Eva Kemp.
Enclosed is a link to a page with the search button displayed. This page has the side bar enabled. I I disable the side bar, the search button goes away
http://blagochestie.com/terms-and-conditions
I am using header type 8
Hello,
Why don’t you like the solution disabling sidebar for the page?
Do you want to use sidebar on this page? If so add your content in Appearance > Widgets > Main Sidebar.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up