Hi Ismael,
This worked perfectly, thank you!
Yes, I wanted to make the text larger on the buttons – not necessarily for the button on the slider, just the ones that you can ad via the layout builder.
Thanks for the help.
Hi,
der passt ;-)
#top #wrap_all .social_bookmarks li, #top #wrap_all .social_bookmarks li a {
width: 50px;
line-height: 50px;
min-height: 50px;
font-size: 30px;
}
Hey!
I did a bit of testing and looks like large icons will overlap each other. I added 3 1/3 column layout with 50px bordered icon size inside each. I need to add this on Quick CSS to prevent them overlapping with each other.
.av_font_icon.av-icon-style-border .av-icon-char {
width: 50% !important;
line-height: 120px !important;
min-height: 120px;
}
Best regards,
Ismael
Hi costin!
Use the icon element, insert it on a post or a page. Use google chrome then inspect the icon element. Get the html code. It looks something like this:
<span class="av_font_icon avia_animate_when_visible av-icon-style-border av-no-color avia-icon-pos-center avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:20px;line-height:20px;width:20px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>
Create a custom link on Appearance > Menu. Place the icon’s html code on the Link Text field.
Cheers!
Ismael
Hi,
I’ve created a sidebar button to link to a leadpages opt-in javascript popup, but am not sure how to make this work.
Here is the button that I’ve created using the default editor:
[av_button label='Join Us' link='manually,https://my.leadpages.net/leadbox/147205173f72a2%3A148906d4eb46dc/5643440998055936/' link_target='blank' color='custom' custom_bg='#ee3a09' custom_font='#ffffff' size='small' position='center' icon_select='no' icon='ue800' font='entypo-fontello']
However, I am not sure how to get it to work with the pop-up properly, as I need to add in this javascript piece so that when I click on the button above it’ll have a javascript pop-up that overlays the site instead of going to a new page:
<script type=”text/javascript” src=”//my.leadpages.net/leadbox-680.js”></script>
I’m not sure how this is possible within the shortcode.
Thanks for your help!
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.social_header .phone-info { font-size: 18px; }
@fmessner thanks for your help :)
Cheers!
Yigit
Hey Mkieling!
You can add this on Quick CSS or custom.css:
.post-title.entry-title a {
font-size: 30px;
font-family: Georgia;
}
Change the font color using this:
.main_color h2 {
color: blue;
}
For further customization, please visit Werkpress.
Best regards,
Ismael
Hi!
I guess Dude is referring to this code:
#top #wrap_all .social_bookmarks {
height: 50px;
}
#top #wrap_all .social_bookmarks li, #top #wrap_all .social_bookmarks li a {
width: 50px;
line-height: 50px;
min-height: 50px;
font-size: 30px;
}
#wrap_all #header_main .social_bookmarks li a {
border-radius: 50px;
}
Best regards,
Ismael
Hey jrgrigg!
Are you trying to change the large button shortcode font size or you’re trying to change the button on a slider? Please add this on Quick CSS:
.avia-button-wrap .avia_iconbox_title {
font-size: 20px;
}
Do you have the latest version? Post the link of the page with the button here.
Best regards,
Ismael
hi astrid!
in the dashboard => ENFOLD you go to menu header! there is a box “Phone Number or small info text:
i have wrote (make a div container) <div id=”myphone”>Now call me: <b>123456789</b></div>
and in the menu “styling” (also in the same menu ENFOLD) there is under the Tab “General” a Box “Quick CSS”- here is the code…
#myphone {
font-size: 14px;
padding-bottom: 10px;
}
so it should be, what you searching for…
kind regards
charly
Liebes Kriesi Team
1.)
Änderungen im Quick CSS haben keine Auswirkungen im Firefox und IE, im Chrome jedoch schon!
siehe natur-duft.ch
Zum Beispiel werden h – Überschriften nicht wie im Quick CSS angegeben geändert.
auch folgende Codes funktionieren nicht mehr:
h2 { font-size: 20px; }
#top #main h6 {
font-size: 14px;
line-height: 1.1em;
margin-bottom: 8px;
color: #780078
}
#top #main h5 {
font-size: 12px;
line-height: 1.1em;
margin-bottom: 8px;
color: #780078
}
#top #main h3 {
font-size: 10px;
line-height: 1.1em;
margin-bottom: 8px;
}
.woocommerce-main-image.zoom {
overflow: hidden;
}
.four.units.single-product-main-image.alpha .images a {
pointer-events: none;
}
.title_container { display: none; }
2.)
Nur im Chrome werden die Farben (Preis, Avia_cart_buttons etc.) wie unter Enfold-Styling definiert, korrekt ausgegeben. Im FF und IE werden falsche Farben und Hintergrundfarben ausgegeben.
Siehe: http://natur-duft.ch/naturduefte/aetherische-oele/
Preis grün statt blau, “in den Warenkorb” und “zeige Details” in weisser Farbe….
Wie kann das korrigiert werden um in all diesen Browser die gewünschte Darstellung zu haben?
3.)
Ich möchte die Breadcrumbs in Woocommerce löschen und nicht nur mit “.title_container { display: none; }” verbergen.
Sonst ergeben sich 2 verschiedene h1 Überschriften! Nicht gut für seo! Erste h1 Überschrift “Webshop” von den Breadcrumbs ist sinnlos. Die einzige h1 Überschrift hätte ich gerne für das Produkt.
Siehe seo-Test: http://www.seobility.net/de/seocheck/check?url=http%3A%2F%2Fnatur-duft.ch%2Fstart%2Faetherische-oele-2%2Fbergbohnenkraut-bio-aetherisches-oel-natuerliche-duefte%2F#fg-strukture
4.)
Wie kann ich das Wort “Produktbeschreibung” unter der Beschreibung entfernen?
Siehe: http://natur-duft.ch/start/aetherische-oele-2/bergbohnenkraut-bio-aetherisches-oel-natuerliche-duefte/
Vielen Dank für Eure Hilfe!
Daniel
-
This topic was modified 12 years, 1 month ago by
Daniel.
Hey!
The only text in the header would be the phone info which can be increased in size with:
#top .phone-info {
font-size: 15px;
}
Cheers!
Devin
Hi,
I’m trying to make the font size in the buttons larger. If I enter the quick CSS change it works for the desktop version but doesn’t work on my Samsung Galaxy Note tablet.
Original CSS:
.avia-button.avia-size-large {
padding: 15px 30px 13px;
font-size: 13px;
min-width: 127px;
What I want it to be changed to:
.avia-button.avia-size-large {
padding: 15px 30px 13px;
font-size: 18px;
min-width: 127px;
Hi AliMese!
1- Please add following code to Quick CSS and adjust as needed
#av_section_3 .avia-icon-list .iconlist_icon {
height: 45px;
width: 45px;
line-height: 45px;
font-size: 15px!important;}
#av_section_3 .avia-icon-list .iconlist-timeline { left: 25px; }
2- Please see http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Regards,
Yigit
Ok, I managed to make it work.
The white layer issue is gone.
On desktop, the header shows normally with a resolution over 989px.
On tablet (between 768px and 989px), the regular menu shows, with smaller font, smaller logo, and reduced padding. Tested on ipad 2 and ipad mini.
On smartphone (under 768px), it switches to the responsive menu.
Here is the code:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .mobile_menu_tablet .main_menu {
display: block;
}
.main_menu {
margin-right: -30px;
}
.main_menu ul:first-child > li > a {
font-size: 10px;
}
.logo img {
width: 250px !important;
}
}
I ended up removing the padding attributes, as it didn’t seem to make any difference.
Thank a lot for your help!
-
This reply was modified 12 years, 1 month ago by
wizbiz.
Hi!
Please try adding following code to Quick CSS
@media only screen and (max-width: 989px) and (min-width: 768px) {
.main_menu ul:first-child > li > a { font-size: 10px; }}
Cheers!
Yigit
Hi there,
i just dont like the way the invoice Email (not pdf) looks like. there are many formats, font sizes, borders that need to be adjusted.
the information in woocommerce->email panel makes me believe that this can also be controlled by the theme (“… you need to copy the folder woocommerce/emails into your themes folder…”)..
in fact if i look at the ’email-template-preview’ offered by woocomerce everything looks ok, but of course by filling more details into the form/template the structure does not stay the same…
any idea how i can fix this?
thanks in advance
P.-
Hi, Getting some very random things turn up, when I create a gallery it seems to automatically tag an extra item into the lightbox Eg. where I have 3 images uploaded and chosen the ligthbox shows 4 and then loads up a youtube video. Also getting random links when clicking on menu page items etc.. This may be down to the core files but this is the only theme I have experienced these issues with. Please could you advise if you are aware of anything.. I am getting this for instance in the the Main Div for the page before anything.
<style>.gutschein{position: absolute; font-color:#ddd; top:-1668px; font-size:10;}</style>waeschetrockner test <style>.camcorder{position: absolute; font-color:#ddd; top:-1668px; font-size:10;}</style>camcorder test<div id=’layer_slider_1′ class=’avia-layerslider main_color avia-shadow avia-builder-el-0 avia-builder-el-first container_wrap fullsize’ style=’height: 471px;’ ><script type=”text/javascript”>var lsjQuery = jQuery;</script><script type=”text/javascript”>
which is obviously tagging itself to the layerslider?
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.social_header .phone-info { font-size: 15px; color: white !important; }
You cannot seperate this 3 lines, but you can add two lines as secondary menu in Appearance > Menus and make them not clickable so it would look like a simple text
Best regards,
Yigit
Hi!
Versuche einmal folgenden CSS Code:
#top #wrap_all .social_bookmarks {
height: 50px;
}
#top #wrap_all .social_bookmarks li, #top #wrap_all .social_bookmarks li a {
width: 50px;
line-height: 50px;
min-height: 50px;
font-size: 30px;
}
#wrap_all #header_main .social_bookmarks li a {
border-radius: 50px;
}
Best regards,
Peter
Hey MKW270210!
You can install the woocommerce pages by clicking on the violet button above the Woocommerce panel. This will create all the woocommerce pages. Go to Appearance > Menus then create a new menu, set this menu as Enfold Secondary Menu under Theme Location. Insert the Cart and the Checkout page on the new menu. You can add this on Quick CSS or custom.css to increase the size of the shopping cart icon:
#header_main > ul > li > a.cart_dropdown_link span {
font-size: 20px;
}
Best regards,
Ismael
Hi!
Please use this on Quick CSS:
[data-av_icon]:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: normal;
content: attr(data-av_icon);
speak: none;
font-size: 24px;
}
Cheers!
Ismael
Hey!
You can use this:
.entry-content-wrapper .post-title {
font-size: 26px;
line-height: 1.3em;
}
Best regards,
Ismael
This reply has been marked as private.
Hi,
Can you post a link to your website please?
Regards,
Josue
Hey Josue,
Thanks… I tried that, but it didn’t work.
Hey!
You have a typo in your Quick CSS, this part:
.products h3 {
font-size: 14px !important;
It’s unclosed, so it’s nulling all the code below it, fix it with this:
.products h3 {
font-size: 14px !important;
}
Regards,
Josue
Hey Markus!
You can go to Enfold theme options > Header tab and add/change/remove social icons http://i.imgur.com/dvBrhjn.jpg
Then you can add following code to Quick CSS in Enfold theme options under Styling tab to increase the size of social icons
#top .social_bookmarks li a { font-size: 18px; }
Regards,
Yigit