Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1231351
    lippimac
    Participant

    Hello,
    How can i Change the fonts in Feature Box . I will change The Headline size and Font and i will change The Text size and Font.

    Trank you
    Greetimgs from Rostock, Germany

    #1231375
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-feature-box-title {
        font-size: 24px;
        font-family: 'Lato', sans-serif;
    }

    Hope it helps 🙂

    #1232064
    lippimac
    Participant

    ok thank it worked. How can i change the woocommerce theme in the x theme? or how can i change the Font style and size in Woocommerce

    Thank and greetings
    Christof

    #1232158
    Nabeel A
    Moderator

    Hi again,

    Try adding the following code in your Customizer:

    .woocommerce li.product .entry-header h3 {
        font-size: 40px !important;
        font-family: Arial !important;
    }

    You can change the font-size and font-family as per your need.

    Hope this helps!

    #1232776
    lippimac
    Participant

    …no. 🙁

    #1232792
    Rue Nel
    Moderator

    Hello There,

    To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1232804
    lippimac
    Participant
    This reply has been marked as private.
    #1232814
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the information. Please use this code in the customizer instead;

    .woocommerce li.product .entry-header h3,
    .woocommerce li.product h3,
    .woocommerce div.product .summary .product_title {
        font-size: 20px !important;
        font-family: Arial !important;
    }

    Feel free to adjust the font size and the font family. You can also break down the classes into each separate styling.

    Hope this helps.

    #1234623
    lippimac
    Participant

    Hallo Thanks is good. can i change over the font not MAC BOOK in this Mac Book?
    We can i Change the title Category Archive, the Backround Color from Them an the under title “below you’ll find….. (look screenshot)

    Many Thanks
    greetings Christof

    #1234987
    Darshana
    Moderator

    Hi there,

    As far as I’ve understood, you can change the Category Archive Title by editing your product category. Refer to the following screenshot (https://snag.gy/rekyjZ.jpg).

    To change the header background color, use the following CSS rule.

    
    .x-archive-masonry-active .x-header-landmark {
        background-color: #333333;
    }
    

    To change button background color, use the following CSS rule.

    
    .add_to_cart_button {
        background-color: #333333 !important;
    }
    

    Hope that helps.

    #1239316
    lippimac
    Participant

    Hello,

    how can i make a link to may Featurebox icon? (see you —-> http://www.mac-hro.de) The interceded link future not work.

    greetings
    Christof

    #1239431
    Rupok
    Member

    Hi there,

    You can add this under Custom > JavaScript in the Customizer.

    jQuery ( function( $ ) {
    $('.x-feature-box-text a:last-child').each( function() {
        $( this ).parent().parent().parent().find('.x-feature-box-graphic-inner img').wrap( '<a href="' + $( this ).attr('href') + '"></a>' );
       $( this ).remove();
      } );
    } );

    This will use the Link option in feature box as the link of feature box image.
    Make sure to put some text (as you wish) on the “Link Text” field and your URL/Link to the HREF field. See – http://prntscr.com/9m9aco

    Cheers!

    #1307202
    lippimac
    Participant
    This reply has been marked as private.
    #1307319
    Nabeel A
    Moderator

    Hi again,

    Can you please share a screenshot of what you’re referring to so we can take a closer look?

    Thanks!

    #1308274
    lippimac
    Participant

    …I would like this if I click on the lower menu, the window automatically scrolls upwards on my side http://www.mac-hro.de

    greetings from Germany!
    Christof

  • <script> jQuery(function($){ $("#no-reply-1231351 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>