• Hello,

    I have the pro version of customizr template.

    I am using woo commerce and i cannot find anywhere where to change the FONT and SIZE of the product display where the price appears before we click on the actual product to end up on page.

    The text is way too small i need to increase it and i need to change the font to use the font i use for the website content not my page titles.

    I don’t know how to create codes so it has to be super simple for me to update.

    I hope you can help please.

    Thank you in advance
    Cecile

Viewing 15 replies - 31 through 45 (of 48 total)
  • Thread Starter cecilecolares

    (@cecilecolares)

    Hi bojan,

    Yes i did install the plugin you recommended and added the mailchimp code in the pop up content but it is not working. i followed exactly as you said above. Maybe because it is javascript??
    Cecile

    Hey Cecile,

    Yes, it doesn’t work because you’re adding JavaScript to the popup content. As I said you can only add it via shortcode, please see here https://codex.www.ads-software.com/Shortcode.

    Search for plugins that allow you to add Mailchimp forms via shortcode and try adding a shortcode into plugin content instead of the code you posted in this thread.

    Best regards,
    Bojan

    Thread Starter cecilecolares

    (@cecilecolares)

    Ok great thank you Bojan. I will have to look into it at a later stage and let you know how I go. I am about to give birth in less than 2 weeks and it seems too much thinking at this stage. Thank you for all your help.

    Cecile

    Hey Cecile,

    I am about to give birth in less than 2 weeks

    Congrats, that’s awesome, I wish you best of luck and that everything goes well!

    Sure thing let me know ??

    Cheers,
    Bojan

    Thread Starter cecilecolares

    (@cecilecolares)

    Thank you Bojan. ??

    Thread Starter cecilecolares

    (@cecilecolares)

    Hello Bojan,

    I am back online…I gave birth on valentines’s Day! ??

    I posted a question in the forum regarding an issue on my personal website, but nobody has answered yet. I don’t know if you can help….

    I am using the Free version of Esteem template.

    I placed the “services” page as the front page so I have 4 boxes on the page with the 4 services i offer.

    On this same services page I also did write a welcome message (in the text Section) for when people arrive on my page but it is not showing up on the front page.
    What do i need to do please for this text to show up on the front page?

    my site: https://www.kahunaflow.com/

    thank you for your help.
    Cecile

    Hey Cecile,

    Congrats!!

    Where exactly do you want to add this? If this is just a static page and it appears that it is why don’t you just add the text in the page content?

    Please let me know if this can work for you ??

    Cheers,
    Bojan

    Thread Starter cecilecolares

    (@cecilecolares)

    i am using a static page and my front page is the Services page.
    Yes I did enter the text in the page content but it is not showing up.

    i sent a message on their forum…let’s see if someone answer.
    i have no idea it should be straight forward but it is not.

    I don’t know if you have any other suggestions.

    Thank you
    Cecile

    Hey again Cecile,

    After checking your site I had to check the theme for you and it appears that this is because you’re using Business Template for that page (see screenshot https://screencast.com/t/pU0XZ3fp9). This template allows you to add widgets to it and it appears that it doesn’t display content from the actual page but it functions as a full width sidebar if that makes sense.

    What you can do is simply go to Appearance -> Widgets and add a text widget to Business Page Sidebar https://screencast.com/t/jWW0CFJq below the widget that you’re already using there.

    Hope this helps ??

    Cheers,
    Bojan – WPMU DEV

    Thread Starter cecilecolares

    (@cecilecolares)

    Hi Bojan,
    I hope you are well. Thank you for the above answer.

    Today I have an issue with the font on mahaalmusa.com.
    I changed the page title font to : Parisienne” but on the SHOP page, it is still “Sacramento”. I went into the customizr font and changed it there , ticking override any other font”. still old font sacramento. How can I fix it please?
    thank you
    Best
    Cecile

    Hey Cecile,

    Can you please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .woocommerce-page h1.page-title {
        font-family: 'Parisienne';
    }

    This should change the font of the titles on WooCommerce pages. If the code doesn’t work please keep it added and let me know so I can take a look.

    Cheers,
    Bojan

    Thread Starter cecilecolares

    (@cecilecolares)

    Hi thank you

    I added it in the custom css – it is not working.
    you can check here: mahaalmusa.com
    thank you

    Hey again Cecile,

    The reason this does’t work is because the code you added is not properly formatted, please see screenshot of what I am seeing when inspecting your site https://screencast.com/t/WKlEO0ias06.

    Please try adding this instead:

    .woocommerce-page h1.page-title {
        font-family: "Parisienne";
    }

    If that doesn’t work please try removing the quotes completely, code should still work even without the quotes.

    Best regards,
    Bojan

    Thread Starter cecilecolares

    (@cecilecolares)

    Hi

    I changed the code and removed the quotes – it is not working.

    and it is still old font on product pages.

    https://mahaalmusa.com/index.php/product/book-dance-of-the-womb/
    Am i missing something?
    thank you
    cecile

    Hey Cecile,

    Shop page seems to be working just fine, see screenshot https://screencast.com/t/PHdFFTym5XE so I guess this is just a caching issue.

    As for product pages the reason it doesn’t work there is because these are not the covered by the same selector so the code doesn’t work.

    You can try adding this instead:

    h1.product_title.entry-title {
        font-family: 'Parisienne';
    }

    Hope this helps :0

    Cheers,
    Bojan

Viewing 15 replies - 31 through 45 (of 48 total)
  • The topic ‘customizr- change font style and size of product name display’ is closed to new replies.