I 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
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 .
Hi!
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!
Ismael
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!
Ismael
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!
Ismael
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” .css
ten 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 :)
Hi!
Try with this:
.page-id-2834 h2{
font-size: 28px !important;
line-height: 1.1em !important;
margin-bottom: 10px !important;
}
Cheers!
Josue
Hi!
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,
Yigit
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!
Josue
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;
}
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,
Josue
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,
Josue
Hi!
Try this:
.entry-content h2 {
font-size: 19px !important;
line-height: 1.1em !important;
margin-bottom: 8px !important;
text-transform: none !important;
}
Cheers!
Josue
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
Ich habe die Social Icons im Footer Widget Bereich. Leider funktioniert das jetzt nicht mehr.
Bis jetzt hatte ich die so eingebunden:
<span class=”av_font_icon avia-font-entypo-fontello” style=”font-size:20px”>&ue840;</span>
Die HTML codes von http://www.entypo.com/characters/ funktionieren bei Enfold aber scheinbar nicht mehr.
Shortcodes funktionieren leider auch nicht.
Wie kann ich nun die Social Icons im Footer realisieren?
danke
hi there, I just updated to the latest revision of Enfold and find that a link using a font icon no longer works in Safari. It does work in Firefox.
I have a membership form where I use a font icon as the link for the user to download the form. the font icon should link to a pdf I have in my media manager. I checked the url link and it’s correct. I’ve emptied the cache in Firefox and the link works as it should but still not in Safari.
While reviewing the link and shortcode I figured the new code reference may have changed so I created the link again and it still doesn’t work.
[av_font_icon color="#dd3333" font="entypo-fontello" icon="ue887" size="40px" position="left" link="http://pacificpyros.org/wp-content/uploads/2013/06/PacificPyrosMembership-Form-2013-updated.pdf" linktarget="yes"]
I’ve since created a second simple link that does work but I’d really like to use the font link again. Please help
thx,
I haven’t used the !important rule.
I am just picking out selectors and trying to edit them. I would appreciate a list of the selectors for:
- background of the menu container
- font size and color of the menus & submenus
Hi Ismael ,
Sorry I’m going to change my question.
1.) I want a similar navigation like the kriesi site , the social icons look really neat in the navigation. Is this possible in enfold ? I’m using a small non fixed header. If this is a lot of work then I’d rather skip this.
2.) My main issue is with the icons I want to place before the footer. I want the icons inside + the circle to be much bigger , I found this code >
.iconbox_top .iconbox_icon{
float:none;
position: absolute;
left: 50%;
top:-26px;
margin:0 0 0 -26px;
padding:15px; <<< increases the circle size
border-radius:100px;
-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: content-box; /* Firefox, other Gecko */
box-sizing: content-box;
font-size: 20px; <<< increases the font inside
line-height: 24px;
}
My main issue here is I can’t center the icons, i mean not all of them. For example facebook centers fine, while vimeo doesn’t
Hello dsgnerfw!
What type of header are you using right now? You can increase the size of the social icons using this:
#top .social_bookmarks li a {
width: 40px;
line-height: 42px;
min-height: 40px;
font-size: 20px;
}
Cheers!
Ismael
Hi citystash!
What do you mean by ugly? What are the changes that occur? Please be specific. Editing pages should not affect the styling of the site. Try this on your custom.css or Quick CSS field:
p, span {
font-size: 14px;
}
Regards,
Ismael
Hey andypeck!
1.) Add the following on the Quick CSS field or custom.css:
#header_meta {
background: red;
}
2.)
#top .social_bookmarks li a {
width: 40px;
line-height: 42px;
margin: 0px;
padding: 0;
min-height: 40px;
font-size: 20px;
}
3.)
#header_main_alternate, #avia-menu {
background: red;
}
4.) You can inspect each menu item then look for the menu list id:
#menu-item-755 a {
background: blue;
border-right: 1px solid green;
border-left: 1px solid yellow;
border-top: none;
}
Cheers!
Ismael
Hello jennallocco!
1) Please try adding !important to force it
#top .social_bookmarks { font-size: 18px!important; }
2)
#top .social_bookmarks li a { width: 50px; }
Regards,
Yigit
Hi there!
My name is Nora and I’m tweaking my first wordpress web and, of course, I need some help. Here’s the web http://www.casanostrafilms.com
I tweaked the header code because the logo (I don’t know why) was too close to the header_meta (leaving a lot of space at the bottom but not enough space above). I also tweaked font sizes and other stuff, here’s the code (I’m showing everything in case there is something disastrous that I haven’t noticed):
#header {
font-size: 18pt; !important}
#header_main {
border-bottom-width: 0px;}
#header_meta .container{
min-height: 40px;}
#top .social_bookmarks li{
float:right; padding: 5px; !important; }
#top .social_bookmarks li a {
float:right; !important; }
#top .main_menu .menu > li > a, #header_main .container{ font-size: 10pt; !important; }
.breadcrumb.breadcrumbs.avia-breadcrumbs { color:#CC0000; }
@media only screen and (min-width: 1140px) {
.logo img { padding-top: 20px; }
}
@media only screen and (min-width: 760px) {
.logo img { padding-top: 20px; }
}
As you see it is the fixed header and when I scroll it the logo is too close to the bottom, so I would like to change the padding on the logo image again but only when scrolling so it’s height centered. Hopefully I won’t have to change .js
Thanks a lot!!!!
Nora
-
This topic was modified 12 years, 5 months ago by
norasp.
Same problem like xpoveda. Since the last update all social icons are missing.
i use them in the footer like that:
<span class=”av_font_icon avia-font-entypo-fontello” style=”font-size:20px”></span>
But when i look in the character map at http://www.entypo.com/characters/, they are also missing on that page. All Entypo Social Extention icons are blank.
hmm,
it’s being used inside base.css :
.image-overlay .image-overlay-inside:before{content:”\E869″; font-family: ‘entypo-fontello’; font-size: 18px; font-weight: normal; }
This reply has been marked as private.
Hey!
Glad you fixed it! Let us know if you have any other questions or issues
Cheers!
Yigit