• 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 - 16 through 30 (of 48 total)
  • Hey Cecile,

    Try adding the following as well:

    footer#footer .footer-widgets h3.widget-title {
        font-size: 30px!important;
        font-family: 'Alegreya Sans' !important;
    }

    This should change the those widget titles you’re having issues with.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter cecilecolares

    (@cecilecolares)

    Hi bojan,

    Thank you But:
    It it not the titles, it is the links under the titles. so the text under the titles.
    1-Terms&conditions
    2- Maha’s blog post

    They are very small and in grey. They need to be bigger and in black and alegreya sans.

    Thank you for your help.
    Cecile

    Hey Cecile,

    Thanks for the clarification, the font is already alegreya sans as it is inherited from body element, as for font size and color you can try adding the following:

    footer#footer a {
        font-size: 14px;
        color: #000;
    }

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter cecilecolares

    (@cecilecolares)

    You are the best Bojan! it works!

    Thank you so much for your help, i really appreciate!

    Cecile

    Hey Cecile,

    Glad I could help and thanks for the kind words ??

    Have a nice day!

    Cheers,
    Bojan – WPMU DEV

    Thread Starter cecilecolares

    (@cecilecolares)

    Hi Bojan,

    I have a last tweak to do on my website before we launch it.

    I did create a pop up subscriber form in mailchimp linked to my list.
    I would like this pop up to appear when people arrive on the website after about 5-10sec. When do i need to place the code on my site?
    See code below.
    Thank you
    Cecile

    <script type=”text/javascript” src=”//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us10.list-manage.com”,”uuid”:”1bb0d445d8475a1995aa3d71b”,”lid”:”ff7f51322a”}) })</script>

    Thread Starter cecilecolares

    (@cecilecolares)

    This is the code- not the one above- thank you
    Cecile

    <script type=”text/javascript” src=”//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us10.list-manage.com”,”uuid”:”1bb0d445d8475a1995aa3d71b”,”lid”:”3371dbf196″}) })</script>

    Hey again Cecile,

    Why don’t you simply use of the plugins that allows you to display popups instead of adding the code manually like that?

    You can try using WPMU DEV WordPress PopUp and simply add the mailchimp shortcode to popup content.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter cecilecolares

    (@cecilecolares)

    thank you Bojan, I will have to try this out.

    One last thing on this page: https://mahaalmusa.com/
    How do i have the text wrapping around on the right side of video please?
    i tried a code i find on the net but it didn’t work out.
    Thank you for your help.
    Cecile

    Hey Cecile,

    This is possible with some custom CSS. What you’ll need to do is reposition the iframe depending on how much text you want on the right side of your video.

    Once you do that go to that page/post in the admin and use Text editor to find the paragraph that wraps video. Next, please add class to it so we can use CSS in a way so it doesn’t affect other paragraphs.

    You can try adding something like this:

    <p class="whateverclass"><iframe src="https://www.youtube.com/embed/3cwxyNgQwQE" width="550" height="270" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>

    This will allow us to target that specific paragraph, once you do that please let me know so I can take a look at your site and suggest some CSS ??

    Cheers,
    Bojan

    Thread Starter cecilecolares

    (@cecilecolares)

    Great thank you – i placed the video at the top and would love all the rest of the text wrap on the right side and below video if possible.
    Thank you
    Cecile

    Thread Starter cecilecolares

    (@cecilecolares)

    Pop up is not working i added the code into the content , nothing appears when i add the code in the “custom css” of the pop up, a white pop up appears. it seems it’s not recognising the code from mailchimp…
    I don’t know if you can see this on the site, i left it on now for you to have a look if you need.
    thank you Bojan.
    Cecile

    Hey Cecile,

    Regarding wrapping that text around the video please try adding the following CSS code:

    p.whateverclass {
        float: left;
        margin-right: 25px;
    }

    This should be the result https://screencast.com/t/ECddLRaDZXd.

    As for popup please check what I wrote above, you’re supposed to add the shortcode into the popup content and not the code itself, also I’m not sure what you’re trying to add into popup custom CSS tab?

    Best regards,
    Bojan

    Thread Starter cecilecolares

    (@cecilecolares)

    Great thank you so much Bojan! All working fine like magic for the video wrapping- ??

    I will try again for the pop up. I did enter the pop up code in the content- Text tab, but nothing is happening.

    Warm regards,
    Cecile

    Hey Cecile,

    Glad the code for video worked. Regarding adding code I did mention this two times above, you can not add script like that in popup content, you can only add a shortcode.

    There are plenty of plugins that allows you to add Mailchimp forms via shortcode.

    Best regards,
    Bojan

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