rosecody
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: mobile blogs not showing main image and slider doesn’t workI honestly have no idea what your message even means.
Your front image has absolute dimensions: “img width=”2000″ height=”1300” “. You can try resolving this with custom css. This is more related with the theme you use.I use Avada theme so would need someone to provide the code for getting the blog post main image to show up in the mobile version – rigth now it’s just a big white space and the user would have to scroll a bit to even see the text….
Forum: Fixing WordPress
In reply to: mobile blogs not showing main image and slider doesn’t work@rosehosting
When I cut/paste your new code,@media (max-width: 800px)
body.single-post .flexslider .slides img {
display: inherit;it won’t let me publish as the ERROR now says ‘unexpected token ‘body’ ‘
Do you have any other suggestions for how to get the main blog post image to show up on mobile?
thanksForum: Plugins
In reply to: [WooCommerce] Need help changing font colors on home and product pagesAwesome– thank you for all our help!
Forum: Plugins
In reply to: [WooCommerce] Need help changing font colors on home and product pagesOk – so after playing around with various things to fix solution 3), it seems like this worked for updating the ‘related product / upsells’ price text to black without interfering with solution 1 or 2:
/* Changing Related products Price Text Color To Black Only For */
.related.products .woocommerce-Price-amount.amount, .upsells.products .woocommerce-Price-amount.amount {
color: #000!important;
}Can you confirm this was the correct way to code?
Forum: Plugins
In reply to: [WooCommerce] Need help changing font colors on home and product pagesthank you – this worked perfectly for solution 1&2.
For solution 3)
how do I get the price in the ‘related products/upsells’ to read black as it’s still green? only the title in the ‘related products/upsells’ is showing up in black font after I applied your solution 3 — seems like we need a separate code for the price font to turn from teal to black?https://www.laudabotanicals.com/products/face-wash-for-oily-skin/
Forum: Plugins
In reply to: [WooCommerce] Need help changing font colors on home and product pagesthere are problems with these suggested codes
1) applying solution 1 or 2 will change the whole site to white title and white price font color, instead of the 2 pages where the title and price are inside the teal colored box
https://www.laudabotanicals.com/ and https://www.laudabotanicals.com/products/so then what happens is on the page https://www.laudabotanicals.com/products/ where it says ‘You may also like’ both the title and price are now in white font and you can’t see them since the font is against a white background
2) then if I add code solution 3, it then cancels out code solution 1 or 2 and all title and price font color all over the site becomes black instead of whiteIs there a way to just change the ‘You may also like’ product display titles and prices to be black font? and not affect the other instances of how the title and price font color displays?
or
Is there a way to change the teal box color on home page and product page to be a white box? that would then allow the black product title and price font to be visible all over site and look better than the black font against the current teal title box displayed at home: https://www.laudabotanicals.com/ and products: https://www.laudabotanicals.com/products/thanks for any help you can provide as I’m new to website coding!