-
AuthorSearch Results
-
October 8, 2013 at 1:23 pm #172193
In reply to: Woocommerce fonts and paging Issue
Hello!
1) Change code with following one
.single-product .price span { font-size: 22px; }2) After adding that code you should go to WooCommerce settings and change currency to new one
Cheers!
YigitOctober 8, 2013 at 1:14 pm #172185In reply to: text size in the call to action button
Hi Yirgit,
thank you again for your fast answer.
i have another question related to your answer above-where can i see all the fonts that Enfold has?
thank you in advance
indiatravelzOctober 8, 2013 at 1:04 pm #172180In reply to: change font size for body and quote text
Hey totofunk!
Please add following code to Quick CSS in Enfold theme options under Styling tab
body { font-size: 16px!important; } blockquote { font-size: 12px!important; }Best regards,
YigitOctober 8, 2013 at 9:56 am #172122In reply to: Enfold latest news widget
Thank you! but can I have a seperat font size just for the main font in the sidebar. When I change the size of <p> than it also changes the one in the sidebar. So can I have a different size in the main area and another in the sidebar?
October 8, 2013 at 8:26 am #172104In reply to: Woocommerce fonts and paging Issue
This reply has been marked as private.October 7, 2013 at 11:37 pm #171942Topic: change font size for body and quote text
in forum Enfoldtotofunk
ParticipantHi,
how can I change body font size ? too small for me currently.
Same question for quote text font size, too big !Thanks
October 7, 2013 at 10:25 pm #171899In reply to: Targeting font icons in a footer widget
Ismael this sounds like a brilliant solution. But for some reason the process seams so hard for me. Unless there is a better way of implementing icons in widget areas. I first create a new page and use the icon shortcode to generate it. then I copy that code into the widget area. This was fine until i needed to change them.
If I inspect a rendered shortcode like you mentioned I do get different code.
<span class="av_font_icon avia-icon-pos-left" style="font-size:15px;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>but as you can see the icon = a square. If I just type the shortcode numeric code (example ue821) then the browser just renders the text not the icon. But in that html code it would be easy to ass another class after avia-icon-pos-left and then target that in css.
So for me it was easier to just use the code generated after creating the shortcode, as the numeric code works in thsi manner. But then I cant target it so far with my skills.
Would it be too much of a pain for me to ask that someone provide an example with the proper code placed in the widget area, along with css that has the power to say change the color or position of a specific icon.
October 7, 2013 at 8:55 pm #171858In reply to: Enfold latest news widget
Hi mikaelsv!
This one will do it:
.newsbox .news-headline { font-size: 16px; }Change 16px for the desired number.
Best regards,
JosueOctober 7, 2013 at 8:50 pm #171855Topic: Enfold latest news widget
in forum Enfoldmikaelsv
ParticipantHi again,
I would like the option to change font sizes for the enfold latest news widget. What css should I change for that?
October 7, 2013 at 7:30 pm #171781In reply to: Woocommerce fonts and paging Issue
Hi!
1) Change previous code with this one
#top .price span { font-size: 22px; }2) You should paste the same code to the end of your functions.php file and change ‘Chinese Yuan’ to ‘Indian Rupee’ and ‘¥’ to ‘Rs’
Regards,
YigitOctober 7, 2013 at 6:28 pm #171745In reply to: Enfold Feature Requests
This is by far my favorite WP template and I love it’s many different options. But I have to say I am very surprised that something simple like the font size cannot be changed without the Quick CSS box. This is one of the more important features on ANY WP site. I’d rather not go looking for that piece of code in the style sheet.
October 7, 2013 at 4:55 pm #171707In reply to: Header and Footer
The site is http://thenicoledefeo.com/redesign
In footer, the text underneath the words “Join the Tribe” Sentence starts with “Start the rise by receiving”… I would like to decrease the size of the font slightly as well as the line spacing (spacing between the sentences)
Thx
JennOctober 7, 2013 at 2:51 pm #171631In reply to: text size in the call to action button
Hey!
Which font family would you like to use? It can be something like following as well
.avia-button { font-family: "Times New Roman", sans-serif; }Best regards,
YigitOctober 7, 2013 at 2:41 pm #171624In reply to: Woocommerce fonts and paging Issue
This reply has been marked as private.October 7, 2013 at 2:29 pm #171619In reply to: Woocommerce fonts and paging Issue
This reply has been marked as private.October 7, 2013 at 2:28 pm #171618In reply to: Woocommerce fonts and paging Issue
October 7, 2013 at 1:36 pm #171594In reply to: Header and Footer
Hello jennallocco!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { display: none; }2) I would suggest you not to use the code in 1, but use following instead if you would like to make your logo larger
#header_meta { box-shadow: none; } .logo { height: 115%; top: -17px; }3)
#footer .widgettitle { font-size: 12px; letter-spacing: -1px; }Cheers!
YigitOctober 7, 2013 at 8:26 am #171492In reply to: text size in the call to action button
hi Yigit,
thank you for responding that fast!
i have a related question- what in the code above should i change in order to change a font- i see there is a list of fonts…
thanks!
indiatravelzOctober 7, 2013 at 7:52 am #171484In reply to: Woocommerce fonts and paging Issue
This reply has been marked as private.October 7, 2013 at 4:30 am #171431In reply to: Order of content displayed on Mobile & Tablets
Hello!
If you want to show the sidebar on mobile view, you can add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {display:block; } }To increase the main menu and drop menu font, use this:
.bottom_nav_header.social_header .main_menu ul:first-child>li a { font-size: 14px; } #top .main_menu .menu li ul a { font-size: 14px; }Cheers!
IsmaelOctober 7, 2013 at 4:27 am #171430In reply to: Changed rollover icon but doesn't look correct
Hey!
Sorry, my bad! You need to add the changes on your custom.css or Quick CSS:
.image-overlay .image-overlay-inside:before{content:"\E869"; font-family: 'entypo-fontello'; font-size: 40px; font-weight: normal; } .image-overlay.overlay-type-extern .image-overlay-inside:before{content:"\2295";} .image-overlay.overlay-type-video .image-overlay-inside:before{content:"\2295";}Looks like the border around the cross symbol can’t be change. I tried to find it on the css properties, it’s not there.
Cheers!
IsmaelOctober 7, 2013 at 4:15 am #171424Topic: Header and Footer
in forum Enfoldjennallocco
ParticipantMy working site is as follows: http://thenicoledefeo.com/redesign
I have a couple of questions regarding the header and footer.
For the header1. How can I remove the small container above the logo (where the phone number would go) or decrease its container size while in the “Header with social icons and bottom navigation” mode
2. How can I increase the size of the logo while in the “Header with social icons and bottom navigation” mode
For the footer
1. How can I change the font size and line spacing of the headers and paragraph text in the footer? I would like them to be at least 2pt size smaller.
October 7, 2013 at 4:02 am #171420In reply to: Post-Type Icons centered on Frontpage
Hey!
Please use this instead:
.fallback-post-type-icon { position: relative; margin: 0 0 0 -20px; height: 60px; width: 60px; line-height: 59px; font-size: 25px; text-align: center; border-radius: 100px; display: block; left: 20px; top: 60px; } .avia-content-slider-inner .slide-content { padding-left: 80px; } .avia-content-slider-inner .slide-entry.flex_column { margin-top: -40px; }Best regards,
IsmaelOctober 7, 2013 at 3:56 am #171419In reply to: Woocommerce fonts and paging Issue
Hi hardeep_singh04!
You can add these on your custom.css or Quick CSS:
To change the product price font size:
.single-product .price del span, .single-product .price ins span { font-size: 20px !important; }This is for the pagination.
.pagination span.current, .pagination a { font-size: 15px; }Best regards,
IsmaelOctober 7, 2013 at 1:45 am #171385Hi!
Please add following code to Quick CSS in Enfold theme options
.logo { top: -56px; } #header_meta { padding: 10px 0 10px 0; } .sub_menu a { color: black!important; font-size: 14px; } .main_menu ul:first-child > li a { height: 90px; line-height: 90px; font-size: 14px; color: black!important; } .main_menu { background-color: #e1e1e1; } #header_main { border-top-style: none; } li#menu-item-5018 a { padding-right: 13px; } #main { padding-top: 50px!important; } #socket { background-color: black; } .avia3-menu a { color: green!important; }These should do it. Please flush your browser cache and refresh your page a few times after applying these codes.
Best regards,
YigitOctober 6, 2013 at 5:29 pm #171223In reply to: Order of content displayed on Mobile & Tablets
This reply has been marked as private.October 6, 2013 at 5:22 pm #171217In reply to: text size in the call to action button
Hello Indiatravelz!
Please add following code to Quick CSS in Enfold theme options and adjust as desired
.avia-button { font-family: 'Dancing Script', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18px!important; }Regards,
YigitOctober 6, 2013 at 4:41 pm #171209In reply to: Search icon options in header
Hi Niels!
You can do both but first option would require editing theme files. You can add following code to Quick CSS in Enfold theme options for second option
#top #menu-item-search.menu-item-search-dropdown>a:after { content: ' Search'; font-size: 13px; }Cheers!
YigitOctober 6, 2013 at 3:09 pm #171187In reply to: Changed rollover icon but doesn't look correct
sorry did you see my above post ?
from – October 2, 2013 at 2:33 pm
Now I also have a new problem, I’ve updated to the latest Enfold from 2.2 to 2.3 and now I cannot change icons at all only the font size ?after updating the theme, the icon wont change at all with exactly the same code changed, only the font size change works
Many thanksOctober 6, 2013 at 2:42 pm #171168Topic: text size in the call to action button
in forum EnfoldIndiatravelz
ParticipantHi there,
we would like to ask how can we change the size and the type of font in the call to action button.
thank you in advance
indiatravelz -
AuthorSearch Results
-
Search Results
-
Hi,
how can I change body font size ? too small for me currently.
Same question for quote text font size, too big !Thanks
Topic: Enfold latest news widget
Hi again,
I would like the option to change font sizes for the enfold latest news widget. What css should I change for that?
Topic: Header and Footer
Hi there,
we would like to ask how can we change the size and the type of font in the call to action button.
thank you in advance
indiatravelz
