Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
February 6, 2020 at 1:04 am #1181939
Hi
on this under development site
https://aussiehiddentreasures.com/
front end password = aussieWhen I try to add this css
@media only screen and (max-width: 600px) { .single-product-summary { width: 100%; }
the menu font changes from bold green letters set in the admin – to thin black lettering
FYI the css above makes the woocommerce description the full width of the phone page (overriding the css to get the menu to the right on a normal size page)
here is the full custom css
.page-thumb { display: none; } .woocommerce-tabs { display: none !important; } .related.products { display: none; } .template-shop { background-image: url(https://aussiehiddentreasures.com/wp-content/uploads/2020/01/bg5-light.jpg); background-repeat: repeat; background-position: top left; } .single-product .template-shop { background-image: url(https://aussiehiddentreasures.com/wp-content/uploads/2020/01/bg1.jpg); background-repeat: repeat; background-position: top left; } .single-product-summary { background-image: url(https://aussiehiddentreasures.com/wp-content/uploads/2020/01/80-white-frost-panel-1.png); background-repeat: repeat; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; } .inner_sidebar { background-image: url(https://aussiehiddentreasures.com/wp-content/uploads/2020/01/80-white-frost-panel-1.png); background-repeat: repeat; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; } .pagination { background-image: url(https://aussiehiddentreasures.com/wp-content/uploads/2020/01/80-white-frost-panel-1.png); background-repeat: repeat; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px; } .single-product-main-image { width: 25%; } .single-product-summary { overflow: hidden; width: 45%; float: left; margin-right: 5%; } .single-product .sidebar { width: 30%; } @media only screen and (max-width: 600px) { .single-product-summary { width: 100%; }
February 6, 2020 at 2:48 am #1181949please ignore this post
I managed to work out a work aroundFebruary 6, 2020 at 6:58 pm #1182112Hi,
I’m glad this was resolved.
Best regards,
Jordan Shannon -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Menu font changes with CSS addditon’ is closed to new replies.