Hello,
We’re glad to hear that your issue was solved.
If you have any questions feel free to contact us.
Regards,
Robert Hall
Hello,
We’re glad to hear that your issue was solved.
If you have any questions feel free to contact us.
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
Yes, please add this code in Global Custom CSS.
#review_form_wrapper{
display: none;
}
Regards,
Robert Hall
Hello,
Could you please clarify with more details which the demo banner exactly you mean and show us screenshots?
Regards,
Robert Hall
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall
Hello,
Please provide screenshot for our better understanding what exactly issue you have.
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
Hello,
I’ve just checked your site in mobile view and didn’t saw that problem.
See screenshot: http://prntscr.com/binc3n
Please clarify what browser you’re using?
Also please clear cache and check it again.
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
I’ve changed the width and height value in Theme Options->Promo Popup and added this code in Global Custom CSS. Please check it now.
.white-popup-block{
background:none;
}
Regards,
Robert Hall
Hello,
I’ve got the following message ‘This has been disabled’ when trying log to wp-admin panel (http://prntscr.com/bimkae). Please check it.
Regards,
Robert Hall
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall
Hello,
Please try to add this code in Theme Options->Custom CSS->Global Custom CSS.
.navbar {
padding: 5px 0;
}
Regards,
Robert Hall
Hello,
Navigate to Dashboard->Theme Options->Single Product Page and enable Show Product Title.
Regards,
Robert Hall
Try to add !important, for example
h2{
color:red;
font-weight:bold !important;
}
but this code will change value for all h2 tag on the site.
If you want to change it only for post title add this code in Global Custom CSS.
article.blog-post h2{
color:red;
font-weight:bold;
}
Regards,
Robert Hall
Hello,
You can find the same issue with default WordPress theme. In this case you should contact Woocommerce support concerning your query as this is their configuration.
Regards,
Robert Hall
Hello,
It seems the problem caused by WP Job Manager plugin. Please disable it and check the issue.
Regards,
Robert Hall
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall
Hello,
In this case you can use CSS code in 8Theme Options->Styling->Custom CSS->Global Custom CSS.
h1{
color:red;
font-weight:bold;
}
h2{
color:red;
font-weight:bold;
}
h3{
color:red;
font-weight:bold;
}
h4{
color:red;
font-weight:bold;
}
h5{
color:red;
font-weight:bold;
}
h6{
color:red;
font-weight:bold;
}
Regards,
Robert Hall
Hello,
Please add this code in Globaal Custom CSS
1)
.filter-wrap .woocommerce-ordering {
display: none;
}
2)
.product-information .price {
display: none;
}
3)
.menu > li > a {
text-transform: none;
}
4)
.tab-content .button{
color:white;
}
5)
.blog-masonry .post h6.active {
display: none;
}
article.post h2 {
margin-top: 20px;
text-transform: none;
}
Regards,
Robert Hall
Hello,
Please try to add this code Global Custom CSS
.page-heading {
background: purple;
}
Regards,
Robert Hall
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall
Also added this code. Please check.
.header-type-3 .main-nav .menu > li.current-menu-item > a{
text-decoration: none;
}
Regards,
Robert Hall
I’ve added this code. Please check.
.title:before {
border-top: 1px solid #060606;
}
Regards,
Robert Hall
As I see the menus are centered now.
http://prntscr.com/bhh4ty
http://prntscr.com/bhh4xe
You can move up or down the scroll navigation menu with this code in Child Theme.
@media (min-width: 1200px){
.fixed-header-area .fixed-header .logo-with-menu+div+div {
padding-top: 28px;
}}
and default menu
@media (min-width: 1200px){
.header-type-3 .main-nav .menu {
padding-top: 20px;
}}
to remove underline use this code
.header-type-3 .main-nav .menu > li > a:hover, .header-type-4 .main-nav .menu > li > a:hover {
text-decoration: none;
}
Also the divider code you gave me changes all dividers on the site. I only want to change the menu divider.
Please show us screenshot what you mean and how it should be.
Regards,
Robert Hall
I’ve changed the padding value for menu. You can see it in style.css of the Child Theme.
divider –
.main-nav {
border-bottom: 1px solid #d81515;
}
top bar –
.header-type-3 .top-bar {
background-color: #ce0c0c;
}
padding of the fixed menu items –
.fixed-header .menu > li > a {
padding: 16px 5px;
}
Also the Link area of logo is way off. I only want to click on the image to show the transition of the cursor.
It caused because your logo image has a lot of empty space.
https://wrightwatches.com/wp-content/uploads/2016/05/wright-logo2400.png
See screenshot: http://prntscr.com/bhgduh
And the hover area for the menu is way below the menu, near the slider.
I’ve added this code in Child Theme. Please check.
.main-nav .menu > li > a,
.fixed-header .menu li a {
padding: 0px 5px !important;
}
.fixed-header .menu > li > a:after, .main-nav .menu > li > a:after {
height: 0px;
}
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
This is not me. The server has refresh the cache.
Regards,
Robert Hall
It seems cache is enabled on a server.
Regards,
Robert Hall