Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1130774

    Hi! Can you please advise how i can get font for my account watchlist products and my actions products (marked with red in private links) same as im using for single product page ( see link in private). I have added credentials for WordPress login as im using maintenance mode. Thanks

    #1131413

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .products .product h2, .products .product h3, .products .product h4, .products .product h5, .products .product h6, h2.woocommerce-loop-product__title {
    font-weight: 600; 
    }
    
    

    Best regards,
    Yigit

    #1131459

    Hi Yigit! I tried but im afraid this code has no effect ( i tried to add both ways via quick css & also in style.css file.

    #1131464

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1131495

    Hi. Yes i just tried to put code on top of quick css but like i said i also tried to put in in child style.css file and still the same.

    #1131508

    Hi,

    I added !important rule and moved the code to the top of your Quick CSS field.

    .products .product h2, .products .product h3, .products .product h4, .products .product h5, .products .product h6, h2.woocommerce-loop-product__title {
    font-weight: 600 !important; 
    }

    Please review your website :)

    Best regards,
    Yigit

    #1131708

    Hi! Did this code worked at your end? I have added screenshot pls. see in private. It still shows caps lock fonts. I asked Simple Auction plugin author what need to be done and he replied : You need to sort that part with some custom CSS code and include that classes to your font or define global font for whole html object.

    #1131990

    Hi,

    Yes, i applied it on your website and changed font weight to match your example.
    Additionally i added following code to bottom of Style.css file

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { 
    text-transform: none;
    }

    to change text transform from uppercase to normal. If there is anything else, please elaborate :)

    Best regards,
    Yigit

    #1132052

    Hi Yigit! Apologies for not making it more clearer but as in your screenshot above single page and my account watchlist fonts are different and this is how it was initially. I want both watchlist & single product page to have same font -( both to have lowercase). Pls see in screenshot. Thanks

    #1133192

    Hi,

    Thank you for the update.

    Is this the watchlist page? (see private field)

    Looks like you managed to adjust the product title or text to lowercase. Is that correct?

    Best regards,
    Ismael

    #1133279

    Hi Ismael! Did not notice this but did some changes in different field and looks like this affected fonts also. Thank you very much for your help i would be lost without you guys.

    #1133423

    Hi,

    Did you need additional help on this topic?

    Best regards,
    Jordan Shannon

    #1133547

    Hi.All good thanks, you can close it.

    #1133549

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Fonts not matching’ is closed to new replies.