This topic has 57 replies, 4 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Hello,
I’ve added the previous code in Theme Options->Custom CSS->Global Custom CSS. Please check my-account page now http://prntscr.com/dothcy.
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.
Static Block It does not show Visual Composer Tool
Hello,
To get VC editor shown for static blocks go to wp dashboard > Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”.
Regards,
Rose Tyler.
We can customize widget CSS Can do it?
Hello,
What widget do you want to modify?
You can write some CSS code in Theme Options->Custom CSS.
Regards,
Rose Tyler.
Ex. http://www.mediafire.com/view/nit5oh8akua2eqd/Untitled5.png
widget->Footer1
Hello,
Try to add this code in Theme Options->Custom CSS->Global Custom CSS:
.widget-title:after, .footer-top .title:after {
top: 25px !important;
}
Regards,
Rose Tyler.
Ex. http://www.mediafire.com/view/fjrky7f9ma8o4ot/Untitled6.png
– I want to do this
Hello,
You can use “Icon Box” element in Visual Composer editor to create such content.
Regards,
Eva Kemp.
I want to modify css
Desired menu
Page: http://www.yukungdemo.com/
Ex.http://www.mediafire.com/view/6vd2pbz8bpgiyiv/Untitled7.png
desired menu Edit
Page: http://www.yukungdemo.com/shop/
Ex. http://www.mediafire.com/view/fjrky7f9ma8o4ot/Untitled6.png
i can do it
Hello,
1. Sorry, but there is no such feature.
2. Please add this code in Global Custom CSS:
.sidebar-widget.woocommerce.widget_products {
border: 2px solid #0073b6;
}
.sidebar-widget.woocommerce.widget_products .widget-title {
border-top: none;
text-align: center;
}
.sidebar-widget.woocommerce.widget_products .product_list_widget {
padding: 0 10px;
}
Regards,
Eva Kemp.
I want to remove slidbar on http://www.yukungdemo.com/my-account/
ex. http://www.mediafire.com/view/ss0dkw5834s8143/Untitled10.png
Hello,
I’ve disabled the sidebar in Page Settings->Page Layout. Please check it now.
Regards,
Rose Tyler.
Thank you
Hello,
You’re welcome!
Regards,
Rose Tyler.
I want to remove slidbar on http://www.yukungdemo.com/cart/
Thank you
I do it already
Hello,
Add this code in Global Custom CSS:
.product-information .email-link {
display: none;
}
You may try https://wordpress.org/plugins/woocommerce-quantity-increment/ plugin to get “Plus and minus” options.
Regards,
Rose Tyler.
Hello,
Add this code in Global Custom CSS:
.product-information .compare:before {
content: "\f074";
font-family: FontAwesome;
margin-right: 5px;
}
Regards,
Rose Tyler.
I want edit Global Custom CSS this http://www.yukungdemo.com/product/ashion-demo-dress/ to look like
Hello,
Try to add this code in Custom CSS
.single-product table.variations {
width: 20%;
margin-bottom: 0;
}
.single-product .product-information .cart button[type="submit"] {
width: 60% !important;
}
.single_variation_wrap {
width: 70%;
float: right;
border: none;
margin-top: 5px;
}
.single-product .product-information .cart {
padding-bottom: 0;
}
Regards,
Rose Tyler.
Hello,
Please add this code in Custom CSS:
.single-product .product-information-inner label {
display: none;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up