Hello,
Please add this code in Custom CSS:
.products-page-cats {
display: none;
}
Regards,
Rose Tyler.
Hello,
Please add this code in Custom CSS:
.products-page-cats {
display: none;
}
Regards,
Rose Tyler.
Hello,
We also need the link to your wp-admin area http://prntscr.com/dtq4ym
Try to add this code in Custom CSS:
.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li a, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li a, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container > ul > li .nav-sublist ul li ul li a{
font-size: 14px;
}
.blog-post .post-info{
display:none
}
Regards,
Rose Tyler.
Hello,
Please add this code in Global Custom CSS section:
.boxed .st-container {
border: none;
box-shadow: none;
}
Custom CSS for mobile:
#wdi_feed_0 .wdi_feed_item {
width: 50%;
}
To replace demo footer with yours, you need to disable it in Theme Options > General > Show footer demo blocks > Off. Then add “8theme – Static Block” widget in Appearance > Widgets > Footer 1 or Footer 2 area and select the block you created.
https://8theme.com/demo/docs/royal/index.html#!/9_footer
Regards,
Rose Tyler.
Hello,
The WordPress credentials are incorrect. Please check them.
Regards,
Rose Tyler.
Hello,
You can add your content in top bar using Text widget in Appearance > Widgets and place it in “Left Side top bar area” and “Right side top bar area”.
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.header-type-2 .menu-wrapper .menu > li > a {
font-size: 12px;
font-family: Roboto;
}
.menu .nav-sublist-dropdown ul > li > a {
font-size: 12px;
}
Set your values.
Regards,
Rose Tyler.
Hello,
Please see screenshots: http://prntscr.com/dtp3ii http://prntscr.com/dtp3kl
Have you resolved the issue?
If this is not what you want, clarify with more details, please.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.woocommerce-breadcrumb {
display: none;
}
Please, read this topic https://www.8theme.com/topic/change-breadcrumbs/
Regards,
Rose Tyler.
Hello,
Please add this code in Custom CSS:
.single-product .quantity input[type="number"] {
width: 48px !important;
}
.single-product .woocommerce-message .button {
background-color: blue;
color: white;
}
Regards,
Rose Tyler.
Hello,
Thank you for contacting us.
Could you please provide a link to your website and with wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
Hello,
Try to add this code in Global Custom CSS section:
.footer-top .widget_nav_menu li.current-menu-item a {
background: transparent;
color: black !important;
}
.navbar-collapse.collapse {
display: flex !important;
justify-content: center;
margin-top: 15px;
}
and this for mobile:
.navbar-right .navbar-right {
left: 14px;
}
Regards,
Rose Tyler.
Hello,
Try to add this code in Global Custom CSS section:
.header-wrapper .menu {
padding-top: 0;
padding-bottom: 0;
line-height: 10px;
}
.header-wrapper .menu > li > a:hover {
background-color: white;
color: black;
}
For this .header-wrapper .menu > li > a in custom css you can change padding to padding-bottom: 5px;, also add transition: all 0.2s ease-in-out;
Regards,
Rose Tyler.
Hello,
Try to change Product type http://prntscr.com/dta2nf
You can select Products Type “New” in the Products element settings, but you should also mark products as new in the edit http://prntscr.com/dta38h
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.page-numbers .prev, .page-numbers .next {
height: 27px;
}
Regards,
Rose Tyler.
Hello,
Could you please show a screenshot for better understanding what exactly space you want to remove?
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.single-post .blog-post .active {
display: none;
}
.single-post .blog-post .entry-title {
display: none;
}
.single-post .blog-post .meta-post {
display: none;
}
.single-post .content.col-md-12 p:last-child {
display: none;
}
.single-post .blog-post .content-article p{
display:block !important;
}
Go to Theme Options > Blog Layout > Show About Author block.
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.widget_shopping_cart_content .empty {
margin-bottom: 0;
}
Regards,
Rose Tyler.
Hello,
As I see, your mobile menu colors are different http://prntscr.com/ds4r78
Was your problem resolved?
Regards,
Rose Tyler.
Hello,
You can edit themes/woopress/woocommerce/content-product_cat.php file.
Make your changes in the child theme to prevent losing them after theme update.
Also, try to add this code in Custom CSS:
.post-type-archive-product .categories-mask span {
display: none;
}
Regards,
Rose Tyler.
Hello,
I’ve create Static Blocks > Footer test like on demo. You can edit it.
Also, clear browser cache and check your Home page now.
Regards,
Rose Tyler.
Hello,
Try to found this option in Woocommerce > Settings > Products > Display > Product Image Gallery http://prntscr.com/ds45ze
Also, you can use Lightbox option in our theme in Theme Options > Single Product Page > “Enable Lightbox for Product Images”.
Regards,
Rose Tyler.
Hello,
Could you please provide a link to your website so we could check it?
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Please, add !important http://prntscr.com/dru5b6
Also, try to use this code for header menu:
.main-nav .menu > li.menu-full-width .nav-sublist-dropdown {
opacity: 0.9;
}
.main-nav .menu > li .nav-sublist-dropdown {
opacity: 0.9;
}
Regards,
Rose Tyler.
Hello,
Second menu on “My Account” page is related to Woocommerce. If you want to remove it. Use this css code:
.woocommerce-account .woocommerce-MyAccount-navigation {
display: none;
}
This is default Woocommerce layout. If you want to edit it you have to modify Woocommerce files wp-content\plugins\woocommerce\templates\myaccount\ folder.
Regards,
Rose Tyler.