-
AuthorSearch Results
-
October 7, 2013 at 2:29 pm #171619
In 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
indiatravelzOctober 6, 2013 at 11:15 am #171106Topic: Woocommerce fonts and paging Issue
in forum Enfoldhardeep_singh04
ParticipantI want to increase the font size of Woocommerce pricing in product page only and paging option in catalog page. Please see the images for your kind consideration.
Product Page -> http://postimg.org/image/5nhv3a1o7/
Catalog Page -> http://s9.postimg.org/dhjxxtja7/Shop2.jpg
October 6, 2013 at 10:12 am #171092In reply to: Labas Yigit :) Reikia pagalbos :)
Hi .
Q1. :
main content -> image
http://rghost.ru/49179534.view
Where in setup change this colors ?Q2 :
page with logo+menu , no header , no footer , no socket .
in this page only widget “google search” in page center , i need page 100% height all time . (www.google.com)
How setup ?Q3 :
where in setup add widgets in footer or socket ?Q4
page with revolution slider only .
i need add in slider widget “enfold google maps” , but dont know this widget shortkode :( [???widget title???]Q5
revolution slider …
NOW : input text in tab -“i love Enfold”> i see nice color text . ” I Love Enfold” :))
this command css :
.tp-caption.small_yellow{
position: absolute;
color: #fff8dc;
text-shadow: none;
font-weight: 100;
font-size: 25px;
line-height: 9px;
font-family: ‘Alegreya’, serif;
padding: 0px 3px;
padding-top: 1px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:transparent;}
I NEED : input icon number in tab ue803 -> resultat i see nice icon from enfold [av_font_icon color="#64fade" font="entypo-fontello" icon="ue803" size="30px"] . Tell me plz icons css code , i input this code in rev slider css . Its possyble ?
Thanx for help :)
i noob , i know it :)
sorry for english .October 6, 2013 at 3:14 am #170958Hi!
Create a layer on the LayerSlider, select Div / Video. Add a code like this:
<div class="layer-transparent">This is a text</div>Edit Enfold > Quick CSS or add this on your custom.css:
.layer-transparent { display: block; background: rgba(0,0,0,.5); padding: 20px; font-size: 15px; color: white; text-align: center; vertical-align: middle; }Cheers!
IsmaelOctober 6, 2013 at 2:27 am #170937In reply to: Enfold 2.3 Bugs. Please help asap.
Hey!
1.) You can add this on your custom.css or Quick CSS to create a space on top of the “About” image.
.flex_column.av_one_half.avia-builder-el-29.el_after_av_one_half { margin-top: 20px; }2.) There are drastic differences from browser to browser on how the actual rendered text looks. No matter how much control you try to exert over text, in the end, you don’t get much of what you expect. Not to mention most browsers are able to let users re-size and override font settings on the fly.
Cheers!
IsmaelOctober 6, 2013 at 2:18 am #170936In reply to: Post-Type Icons centered on Frontpage
Hey!
Please add this on your custom.css or Quick CSS:
.fallback-post-type-icon { position: relative; top: 49%; left: 50%; margin: 0 0 10px -20px; height: 60px; width: 60px; line-height: 59px; font-size: 25px; text-align: center; border-radius: 100px; display: block; }Cheers!
IsmaelOctober 5, 2013 at 11:23 pm #170895Topic: Labas Yigit :) Reikia pagalbos :)
in forum EnfoldCutegi
ParticipantAs nupirkau rev slideri ir dabar zaidziu su jo
as noriu kad jame rodytu temos ikoneles
Gal gali man parasyyt .css koda kuri as galesiu iterpti i “rev slideri” .cssten tokie kodai :
.tp-caption.small_yellow{
position: absolute;
color: #fff8dc;
text-shadow: none;
font-weight: 100;
font-size: 25px;
line-height: 9px;
font-family: ‘Alegreya’, serif;
padding: 0px 3px;
padding-top: 1px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:transparent;}
man reikia kad butu sablonas kur as irasius iconos coda galeciau iskarto gauti paveiksliuka
.tp-caption.icons……as dabar istatineju :
[av_font_icon color="#64fade" font="entypo-fontello" icon="ue803" size="30px"]Aciu :)
October 5, 2013 at 10:44 pm #170885In reply to: H2 tag with H3 Style
Hi!
Try with this:
.page-id-2834 h2{ font-size: 28px !important; line-height: 1.1em !important; margin-bottom: 10px !important; }Cheers!
JosueOctober 5, 2013 at 10:39 pm #170881Hi!
Yeah apparently i gave you css code for iconlist instead of iconbox. Here are correct codes;
.iconbox_top .iconbox_icon { font-size: 50px!important; height: 90px; width: 90px; line-height: 84px; top: -64px; } .iconbox .iconbox_content .iconbox_content_title { margin: 30px 0 16px 0; } .iconbox_top .iconbox_content { margin-top: 80px; }You may need to adjust margin values depending on icon size. If you need to, feel free to let us know :)
Regards,
YigitOctober 5, 2013 at 9:53 pm #170865In reply to: H2 tag with H3 Style
Hey!
I made a quick test adding this code and it appears to be working:
h2{ font-size: 34px !important; line-height: 1.1em !important; margin-bottom: 14px !important; }Result:

Remember to reset any cache functionality after applying the code.
Cheers!
JosueOctober 5, 2013 at 9:12 pm #170858In reply to: H2 tag with H3 Style
I know =)
I put the following into custom.css and it didn’t alter anything:
.entry-content h2 {
font-size: 34px !important;
line-height: 1.1em !important;
margin-bottom: 14px !important;
text-transform: none !important;
}October 5, 2013 at 8:59 pm #170856In reply to: H2 tag with H3 Style
Hello!
The code i put was for reference, if you want the h2 tags to be like the h1, you’d use:
h2 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}Best regards,
JosueOctober 5, 2013 at 5:41 am #170734In reply to: H2 tag with H3 Style
Hello!
You can find those styles in css/base.css
h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;} h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; } h3 { font-size: 19px; line-height: 1.1em; margin-bottom: 8px; } h4 { font-size: 17px; line-height: 1.1em; margin-bottom: 4px; } h5 { font-size: 16px; line-height: 1.1em; } h6 { font-size: 14px; line-height: 1.1em; }Best regards,
JosueOctober 5, 2013 at 3:51 am #170721In reply to: H2 tag with H3 Style
Hi!
Try this:
.entry-content h2 { font-size: 19px !important; line-height: 1.1em !important; margin-bottom: 8px !important; text-transform: none !important; }Cheers!
JosueOctober 5, 2013 at 2:35 am #170680In reply to: Customizing Enfold Menus
Hi!
You can use this to change the color of the menu container:
#header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child { background: #abbe31; }Font size of the main menu:
.bottom_nav_header.social_header .main_menu ul:first-child>li a { font-size: 13px; }Color of the menus:
.bottom_nav_header.social_header .main_menu ul:first-child > li a { color: red; }Regards,
Ismael -
AuthorSearch Results
-
Search Results
-
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
indiatravelzI want to increase the font size of Woocommerce pricing in product page only and paging option in catalog page. Please see the images for your kind consideration.
Product Page -> http://postimg.org/image/5nhv3a1o7/
Catalog Page -> http://s9.postimg.org/dhjxxtja7/Shop2.jpg
As nupirkau rev slideri ir dabar zaidziu su jo
as noriu kad jame rodytu temos ikoneles
Gal gali man parasyyt .css koda kuri as galesiu iterpti i “rev slideri” .cssten tokie kodai :
.tp-caption.small_yellow{
position: absolute;
color: #fff8dc;
text-shadow: none;
font-weight: 100;
font-size: 25px;
line-height: 9px;
font-family: ‘Alegreya’, serif;
padding: 0px 3px;
padding-top: 1px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:transparent;}
man reikia kad butu sablonas kur as irasius iconos coda galeciau iskarto gauti paveiksliuka
.tp-caption.icons……as dabar istatineju :
[av_font_icon color="#64fade" font="entypo-fontello" icon="ue803" size="30px"]Aciu :)
