Tagged: x
-
AuthorPosts
-
October 26, 2016 at 7:02 am #1231351
lippimacParticipantHello,
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, GermanyOctober 26, 2016 at 7:26 am #1231375
ThaiModeratorHi 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 🙂
October 26, 2016 at 2:41 pm #1232064
lippimacParticipantok 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
ChristofOctober 26, 2016 at 4:42 pm #1232158
Nabeel AModeratorHi 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!
October 27, 2016 at 3:03 am #1232776
lippimacParticipant…no. 🙁
October 27, 2016 at 3:18 am #1232792
Rue NelModeratorHello 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
October 27, 2016 at 3:39 am #1232804
lippimacParticipantThis reply has been marked as private.October 27, 2016 at 3:45 am #1232814
Rue NelModeratorHello 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.
October 28, 2016 at 5:29 am #1234623
lippimacParticipantHallo 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 ChristofOctober 28, 2016 at 12:06 pm #1234987
DarshanaModeratorHi 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.
November 1, 2016 at 10:43 am #1239316
lippimacParticipantHello,
how can i make a link to may Featurebox icon? (see you —-> http://www.mac-hro.de) The interceded link future not work.
greetings
ChristofNovember 1, 2016 at 12:08 pm #1239431
RupokMemberHi 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/9m9acoCheers!
December 28, 2016 at 9:01 am #1307202
lippimacParticipantThis reply has been marked as private.December 28, 2016 at 10:44 am #1307319
Nabeel AModeratorHi again,
Can you please share a screenshot of what you’re referring to so we can take a closer look?
Thanks!
December 29, 2016 at 3:06 am #1308274
lippimacParticipant…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 -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1231351 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
