cashie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Colour of price in WooCommerceHi Pimmesz,
I will suggest that you try this code.
.pricebox .product_price {
color: #fff;
}
.product_item .product_price {
color: #fff;
}Hope it helps.
Forum: Themes and Templates
In reply to: [Virtue] Text on mobile templateIs your site .co.uk?
Forum: Themes and Templates
In reply to: [Virtue] [product_categories]In free version, You can’t make any changes hence your shortcode set as column=”2″ won’t work. Its default is always 4.
With the premium version, you can be able to makes changes hence your code will work.
Hope this helps
Forum: Themes and Templates
In reply to: [Virtue] Woo Commerce Variable Product Not showing correctingLatest virtue theme is 2.1.8 and not 2.1.6.
Update your theme to the latest version and check if you are still experiencing the same issue.Don’t forget to backup.
Forum: Themes and Templates
In reply to: [Virtue] Reduce padding between slider/body textAdd to your custom CSS
.home-padding {
padding: 0px 0 0px;
}.col-lg-3 {
background: #999;
}You can change the background color to your choice.
Hope this helps
Forum: Themes and Templates
In reply to: [Virtue] Remove top bar on Mobile VersionAdd this code to your custom CSS
@media (max-width: 979px) {
#topbar {display: none;}
}Hope it helps
Forum: Themes and Templates
In reply to: [Virtue] Bigger font on single product pagePaste code on your custom CSS.
.woocommerce div.product p.stock, .woocommerce-page div.product p.stock, .woocommerce #content div.product p.stock, .woocommerce-page #content div.product p.stock {
font-size: 16px; }.sku_wrapper {
font-size: 12px; }You can change the font sizes.
Hope this helps
Forum: Themes and Templates
In reply to: [Virtue] Hide the Portfolio Type infoGo to appearance – theme options – home layout – scroll down to Display Portfolio Types under Title and select the off button.
Forum: Themes and Templates
In reply to: [Virtue] Topbar problemplace this code on your custom CSS
.container > header {
padding: 0; }Hope this helps
Forum: Themes and Templates
In reply to: [Virtue] background imageHey,
Use the code below instead of the previous code. It tends to lineup the header background with the content background and also doesn’t display the links on the background.
I just added background-position in addition to the previous code
.headerclass {
background: url(https://carriecoren.com/test/wp-content/uploads/2014/06/yellow-grunge.jpg) repeat center top;
background-position: center;
}Actually is up to you if you want to checkout the two codes and decide.
Hope this helps
Forum: Themes and Templates
In reply to: [Virtue] background imageHi Carriecoren,
When you select or use the word transparent, it means that you are assigning a white color.
Try this code (paste on your custom CSS)
.headerclass {
background: url(https://carriecoren.com/test/wp-content/uploads/2014/06/yellow-grunge.jpg) repeat center top;
}Hope this is what you are looking for.
Forum: Themes and Templates
In reply to: [Virtue] Full width slider – Is it possible?Try this code
h1 {
line-height: 14px; }You can change the number to suit you
Hope this helps.
Forum: Themes and Templates
In reply to: [Virtue] Home Page TitlesYou are welcome
Forum: Themes and Templates
In reply to: [Virtue] Home Page TitlesTry this
.hometitle {
font-size: small; }You can change the font to medium, large, larger, x-small, x-medium, x-large. The same applies to xx-.
The choice is yours
Hope it helps
Forum: Themes and Templates
In reply to: [Virtue] Post Excerpt Layout and ContentI will leave this section to bloggers.
I don’t do blogging to be able to help you.
sorry.
All the best