-
AuthorSearch Results
-
February 26, 2016 at 12:22 pm #589697
In reply to: Problem enter the CSS Code
Hey!
Linie entfernen kannst du hiermit:
li.cat-item a:hover { text-decoration: none; }und Schriftgröße ändern kannst du hiermit:
li.cat-item a { font-size: 15px; }Gruß,
AndyFebruary 26, 2016 at 11:52 am #589681In reply to: Changing the font size type in blog post
Hey Joe!
Please use the below css in Enfold > general Styling > Quick CSS
body { font-size: 18px!important; }If you still have any issues please share the link to your site so we can inspect the element in question.
Best regards,
Vinay KashyapFebruary 26, 2016 at 11:51 am #589679In reply to: Any recommendation for font resizing
this is with newest enfold a little buggy. If i place the fontresizer f.e. in a header widget only those A’s grew up not the content of the site.
– but thanks – i decided to buy a pro plugin (zoom) this works and looks good.February 26, 2016 at 10:18 am #589633In reply to: Content Element: Icon – On Mobile Site
HI Yigit!
Almost! First, THANK YOU for helping me. I appreciate your time. My goal is to make this work for all my sites. I”m sure when I solve it for this site it will work for all other sites. I am going to try to not be too picky :) but here is what has happened.
I. On iPhone 6s Plus the icons were not centered so I adjusted the code to center the icons within the circles.
see screenshot 1
This part I changed from -10px to -2px#photo-center a.av-icon-char:before { left: -2px; position: relative; }II. Result > caused center icons to be off-center on Android and iPhone 4s screens. I”m guessing it is probably off center for your iPhone 5s. Hmm.
see screenshot 2.III. Objectives:
A. I am trying to achieve the same dimensions for header slider and this icon section. On the iPhone 6s Plus, and I think on the iPhone 6 they are the same size.
B. I am trying to achieve centering of all icons on all mobile devices.IV. I moved ALL code we’ve added throughout this thread to the bottom of quick CSS. Perhaps something is conflicting?
/*mobile - icon - color section content*/ @media only screen and (max-width: 767px) { #top #wrap_all #photo-center .flex_column.av_one_third { width: 31%; height: 485px!important; float: left; clear: none; margin-left: 1%; }} /*content element: icon*/ @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) { a.av-icon-char { font-size: 20px !important; width: 20px !important; height: 20px !important; line-height: 20px !important; }} /*icon content element size*/ @media only screen and (max-width: 767px) { #photo-center .av-parallax .av-parallax-inner { background-position: 50% 50% !important; height: 165px !important; }} /*move background image*/ @media only screen and (max-width: 767px) { .avia-section { height: 165px; }} /*adjust color section size*/ @media only screen and (max-width: 767px) { span.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 { position: relative; top: -40px; }} @media only screen and (max-width: 480px) { #photo-center a.av-icon-char { width: 15px!important; height: 15px!important; line-height: 15px!important; } #photo-center a.av-icon-char:before { left: -2px; position: relative; } #photo-center .av_icon_caption { font-size: 13px; }}February 26, 2016 at 9:44 am #589611Topic: Megamenu Column title with icon and link
in forum Enfoldmike.rav
ParticipantHello,
I am wondering whether the following is possible, because i have been at it for 1 day and cant find a way to achieve this.
So i have a megamenu. My column titles have an icon on their left , using your tutorial video on how to add it. I want to add a link on the actual text of the column title. I am using the following as my title
[av_font_icon icon='ue801' font='megamenu' style='' caption='Accounts' link='' linktarget='' size='20px' position='left' color=''][/av_font_icon]Accounts
I tried adding an href inside but it pushes it down.
[av_font_icon icon='ue801' font='megamenu' style='' caption='Accounts' link='#' linktarget='' size='20px' position='left' color=''][/av_font_icon]<a href="#">Accounts</a>
Is there another way that i am missing?
Thanks in advance.
-
This topic was modified 10 years, 2 months ago by
mike.rav.
February 25, 2016 at 11:12 pm #589512Topic: Main menu css for font size?
in forum Enfoldjhall_3rd
ParticipantJust having no luck at all getting the correct css to change the font size in the main menu.
A little help?
-
This topic was modified 10 years, 2 months ago by
jhall_3rd.
February 25, 2016 at 7:50 pm #589410In reply to: Content Element: Icon – On Mobile Site
Hey!
I added following code to the bottom of Quick CSS field
@media only screen and (max-width: 480px) { #photo-center a.av-icon-char { width: 15px!important; height: 15px!important; line-height: 15px!important; } #photo-center a.av-icon-char:before { left: -10px; position: relative; } #photo-center .av_icon_caption { font-size: 13px; }}And confirmed that it does work fine on my iphone 5s. Screenshot in private content field
Best regards,
YigitFebruary 25, 2016 at 6:36 pm #589354In reply to: Apply the CCS of the enfold form on a CF7 form
Hi!
Your HTML Markup is fine although i’d wrap the labels with actual
labels, regarding the CSS try with this code instead:.wpcf7-form, .wpcf7-response-output{ clear:both; } .wpcf7-form-control-wrap { display: block !important } .wpcf7-form p br{display:none;} .wpcf7-form label {display:block; visibility: visible; position: relative; } .wpcf7-form label, .modified_width:before{display:block; visibility: visible; position: relative; margin-bottom: 7px; font-weight: 600;} .wpcf7-form p{ position: relative; clear:both; float:left; width:100%;} .wpcf7-form p.hidden{position: absolute; width:0px; left:0; top:0; } .wpcf7-form .form_element_half{width:49.5%; float:left; margin-left:1%; clear:none;} .wpcf7-form .form_element_third{width:32.6%; float:left; margin-left:1%; clear:none;} .wpcf7-form .form_element_two_third{width:66.4%; float:left; margin-left:1%; clear:none;} .wpcf7-form .form_element_fourth{width:24.2%; float:left; margin-left:1%; clear:none;} .wpcf7-form .form_element_three_fourth{width:74.8%; float:left; margin-left:1%; clear:none;} .wpcf7-form .first_form{clear:both;margin-left:0;} #top .wpcf7-form .wpcf7-text, #top .wpcf7-form .wpcf7-select, #top .wpcf7-form .wpcf7-textarea{ width:100%; margin-bottom:0; display:inline; min-width:50px; padding:13px; border-radius: 2px; } #top .wpcf7-form .wpcf7-select{ -webkit-appearance: none; border-radius:0px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC); background-position: center right; background-repeat: no-repeat; border-radius: 2px; } .wpcf7-form .button { margin: 0; padding: 16px 20px; border-radius: 2px; border-bottom-width: 1px; border-bottom-style: solid; font-weight: normal; font-size: 12px; min-width: 142px; outline: none; } .wpcf7-form p input, .wpcf7-form p textarea, .wpcf7-form p select{ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #top .wpcf7-form-control-wrap { display: block !important } #top .wpcf7-response-output{ float: left; padding: 17px; border-width: 1px; border-style: dashed; margin-left: 0; } #top .wpcf7-response-output.wpcf7-validation-errors, #top .wpcf7-response-output.wpcf7-spam-blocked, #top .wpcf7-response-output.wpcf7-mail-sent-ng{ background-color: #FFF8F4; border-color: #CDA18F; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); color: #AF2C20; } #top .wpcf7-response-output.wpcf7-mail-sent-ok{ background-color: #E0F1B5; border-color: #8BAF5B; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); color: #4F5F39; } #top .wpcf7-not-valid-tip { color: #EF5D4F; display: block; } #top .wpcf7-display-none{ display: none; }Best regards,
JosueFebruary 25, 2016 at 6:02 pm #589315In reply to: Increasing mobile logo
Hi!
We are working on your ticket please wait while we update the results here soon.To increase the font size of the phone number and the menu we have added the below CSS in Enfold > General Styling > Quick CSS
/*font size */ #top .av_header_transparency .phone-info { font-size: 20px!important; } #top #wrap_all .av_header_transparency .sub_menu a { font-size:20px!important; }The logo looks great in mobile devices but if you still want to increase it please add the below CSS in quick css
/* Logo Size*/ @media only screen and (max-width: 767px) { .responsive .logo img { min-height: 180px!important; min-width: 340px!important; } }Best regards,
Vinay Kashyap-
This reply was modified 10 years, 2 months ago by
Vinay.
February 25, 2016 at 5:42 pm #589286In reply to: Left sidebar layout > issue font size menu
Hey Monique!
Have you tried adjusting the value by editing “Main menu links” in Enfold theme options > Advanced Styling?
You can also add following code to Quick CSS in Enfold theme options under General Styling tab
#top #header .av-main-nav > li > a > .avia-menu-text { font-size: 24px; }Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
YigitFebruary 25, 2016 at 4:00 pm #589204Hi astroluna!
Please add following code to Quick CSS
.footer_color p { color: white; } .entry-content-wrapper div li { font-size: 15px; }Best regards,
YigitFebruary 25, 2016 at 3:28 pm #589176Topic: Increase font size for data table
in forum Enfoldrolfroyce
ParticipantHi Kriesi Team,
I want to increase font size of for the whole datatable on my site.
I found a solution here which works for the heading row, but not for the others.
The CSS class for the other rows is empty.thank you,
rolf
February 25, 2016 at 2:01 pm #589063In reply to: Any recommendation for font resizing
Hi Guenter!
You can use this font resizer plugin – http://inoplugs.com/portfolio-item/wordpress-font-resizer-plugin-inoplugs/
Best regards,
YigitFebruary 25, 2016 at 12:37 pm #588995In reply to: Remove animation on animated numbers
Hey!
Try adding this code to the Quick CSS:
span.avia-single-number { font-size: 0; } span.avia-single-number:after{ content: attr(data-number); font-size: 30px; }Cheers!
JosueFebruary 25, 2016 at 12:10 pm #588974In reply to: Two buttons in-line in same column in enfold
Hey!
Use something like this instead:
<div class="centered-buttons"> [av_button label='Click me' link='manually,http://' link_target='' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class=''][av_button label='Click me' link='manually,http://' link_target='' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class=''] </div>And add this to Quick CSS:
.centered-buttons .avia-button-wrap { display: inline-block; margin: 0 5px; } .centered-buttons{ text-align: center; }Cheers!
JosueFebruary 25, 2016 at 11:25 am #588923In reply to: Blog Post Default Font Size
Hey!
Please replace the code with this:
.page-id-260 p, .page-id-271 p { font-size: 16px !important; }Regards,
IsmaelFebruary 25, 2016 at 1:28 am #588708Topic: Changing the font size type in blog post
in forum EnfoldJoe Birch
ParticipantHi guys,
How can I adjust the font size of the blog post text that appears on a page?see this link
I have the text for the site set for 15pts, but the blog post text appears much smaller
can you guide me to a setting where I can change the font size?Thanks for your awesome support, you guys make me look very good!
February 24, 2016 at 8:35 pm #588629In reply to: Change Submenu Display on Sidebar Header
Hi Andy,
I was able to get this to display as desired using CSS classes on menu items and the code below. However I have a problem with the .current-menu-item classes functioning on the homepage. If you go to the homepage you can see that “sculpture” is the 1st item in the main menu. When on all other pages the menu item turns to a red color – however on the sculpture page it only stays red until you begin to scroll, then it flickers back to black.
I would like the menu items I created to achieve the same .current-menu.item effects as the other pages. Currently the submenu items act as anchor links within the index page. However when you scroll to the section they don’t change to the .current-menu.item effect of red overlay.
here is the code I am trying:
.mainsub span { color: #070707 !important; font-size:10px !important; text-align: left !important; padding-left:10px; } .mainsub span:hover{ color:#a31010 !important; } .mainsub span .current-menu-item{ color#a31010 !important; }February 24, 2016 at 7:34 pm #588601In reply to: Breadcrumbs, Hover & Footer Font colour
Hi,
So long as you haven’t made too many changes to the theme options you can reset ALL options to default by clicking the bottom left button (it’ll be grayed out).
As for the beadcrumb…..
.title_container .main-title a { color:#EEBBEE !important; font-size:20px; }That code changes the title part of the breadcrumb
.breadcrumb-trail, .trail-begin{ font-size:20px; color:#eebbee!important; } .trail-begin:hover{ color:yellow!important; }That code will change the size / color of the actual breadcrumb. .trail-begin is the class of the link and will change yellow in above example.
Depending on how big you make the font you may need to pad down the breadcrumb so it looks neater.If that’s the case add this too…
.breadcrumb-trail{ padding-top:20px; }Hope that helps
TJ
February 24, 2016 at 7:30 pm #588599In reply to: Increasing mobile logo
Info below,
I would like to increase the logo size on Mobile view, and on the sticky area.
In the top area, i would also like to increase the font size. Where the phone number and 2 links are.
thanks
February 24, 2016 at 6:24 pm #588575Topic: Breadcrumbs, Hover & Footer Font colour
in forum EnfoldFaroutworld
ParticipantHello there,
1. I have accidentally made my footer font near invisible. I think it might be a colour setting but I can’t seem to find the right one in “General Styling > Footer”. I want it in black as it was before please?
2. Also, can you tell me if there is a code on how to change the breadcrumbs font colour, hover colour and size?
Regards
February 24, 2016 at 5:30 pm #588532Topic: Left sidebar layout > issue font size menu
in forum EnfoldMonique
ParticipantHi guys,
This is the first time I am using Enfold in combination with the left sidebar layout and I run into a few issues. Since you always ask for different topics I will create these. I hope you will be able to revert soonest possible, as this website needs to be launched soon…
4) Font size menu. In theme options > styling extra I set the font size of the menu to 24 px. This is the same size as the H2. However, the font size shown on the site is much smaller (see print screen font size menu). I guess the font size is not being read properly from the theme options.
What can I do?
Thanks & regards,
MoniqueFebruary 24, 2016 at 5:12 pm #588510Topic: Changing color of widget and font zie on bullet lists
in forum Enfoldastroluna
ParticipantHi there,
my bullet lists font size is different than the rest of the used font. What can I do to fix this?
Also the color of a text-widget in the footer column 3 is different to the other colors, if I turn “display paragraphs” on, which I have to use to not get a messy text. How can I turn all widget text to white?
Link to Bullet-List and Footer: http://www.praxisdentanova.ch/zahnkronen/Thanks
February 24, 2016 at 4:13 pm #588463In reply to: Enfold – drop down menu
pay attention on your brackets ! (you see the difference? after display: block – a closing curly bracket – and then a new rule )
and padding never has negative values ! (in difference to margin – which could have)#header .mega_menu_title { margin-bottom: -10px; font-size: 12px; line-height: 0.5em; font-weight: 80; display: block; } #top #header .avia_mega_div > .sub-menu { padding: 10px 20px; } #top #header .avia_mega_div > .sub-menu.avia_mega_hr { padding-top: 0; }February 24, 2016 at 3:34 pm #588423In reply to: Header with funtions
Hi!
I think you should try another approach. Put this into your header widget instead:
[av_one_third first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''] [av_textblock size='' font_color='' color='' custom_class=''] √ Al meer dan 30 jaar uw lichtontwerper [/av_textblock] [/av_one_third][av_one_third min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''] [av_textblock size='' font_color='' color='' custom_class=''] √ Merkonafhankelijk advies [/av_textblock] [/av_one_third][av_one_third min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation=''] [av_textblock size='' font_color='' color='' custom_class=''] √ Fotorealistische lichtpresentatie in Dialux Evo [/av_textblock] [/av_one_third]And then you can style it using this css code inside your Quick CSS field:
#text-10 .textwidget .avia_textblock p { color: green; position: relative; top: 53px; }Then it will work on mobile too and/or it will be much easier to adjust it for mobile.
Regards,
AndyFebruary 24, 2016 at 9:29 am #588247In reply to: Add Icon in exceprt field
Thanks for the support Ismael.
I am using the advanced lat out builder.
What I did was copying the coding as stated below and paste this in the posthttp://world2cycle.com/wp-admin/post.php?post=125&action=edit
Can you explain why the this coding is not working for this post?
[av_font_icon icon='ue800' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color=''][/av_font_icon]February 24, 2016 at 8:53 am #588229In reply to: Blog Post Default Font Size
Hey Devon,
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-271 p { font-size: 16px !important; }Regards,
RikardFebruary 24, 2016 at 6:21 am #588150In reply to: Enfold – drop down menu
Hi Ismael,
nothing changed at all..
I tweaked the code to this:——-
//DROP DOWN MENU
#header .mega_menu_title {
margin-bottom: -10px;
font-size: 12px;
line-height: 0.5em;
font-weight: 80;
display: block;
#top #header .avia_mega_div > .sub-menu {
padding: 10px 20px;
}#top #header .avia_mega_div > .sub-menu.avia_mega_hr {
padding-top: -20px;
}——
February 24, 2016 at 5:25 am #588122In reply to: Enfold – drop down menu
Hi Guenni,
this is what I put in:
//DROP DOWN MENU
#header .mega_menu_title {
margin-bottom: -10px;
font-size: 12px;
line-height: 0.5em;
font-weight: 80;
display: block;
}
#top #header .avia_mega_div > .sub-menu.avia_mega_hr {
padding-top: 0;
}nothing changed…
I played around with the font size, line-height, etc.. that i can see changes..
but not to the gap before the sub-parent page title…(if you could refer to my previous image reference)
https://www.dropbox.com/s/3owu2ah3x37mjsb/Single%20Drop%20Down_OK.png?dl=0February 24, 2016 at 1:16 am #588078In reply to: easy slider caption under picture, not as overlay
Hi all,
Thank you very much for your help. In case any other user looks for a similar solution, this is what I’ve added and what gives a satisfying result:/*Caption below image gallery*/
.avia-slideshow, .avia-slideshow ul {
overflow: visible !important;
}
.avia-slideshow ul {
margin-bottom: 50px !important;
}
.avia-caption {
bottom: -50px !important;
padding:0!important;
}
.avia-caption-title {
font-size: 14px!important;
color: #333 !important;
font-style: italic!important;
text-transform: lowercase!important;
font-family: ‘Open Sans’!important;
background: white!important;
} -
This topic was modified 10 years, 2 months ago by
-
AuthorSearch Results
-
Search Results
-
Hello,
I am wondering whether the following is possible, because i have been at it for 1 day and cant find a way to achieve this.
So i have a megamenu. My column titles have an icon on their left , using your tutorial video on how to add it. I want to add a link on the actual text of the column title. I am using the following as my title
[av_font_icon icon='ue801' font='megamenu' style='' caption='Accounts' link='' linktarget='' size='20px' position='left' color=''][/av_font_icon]Accounts
I tried adding an href inside but it pushes it down.
[av_font_icon icon='ue801' font='megamenu' style='' caption='Accounts' link='#' linktarget='' size='20px' position='left' color=''][/av_font_icon]<a href="#">Accounts</a>
Is there another way that i am missing?
Thanks in advance.
Topic: Main menu css for font size?
Hi Kriesi Team,
I want to increase font size of for the whole datatable on my site.
I found a solution here which works for the heading row, but not for the others.
The CSS class for the other rows is empty.thank you,
rolf
Hi guys,
How can I adjust the font size of the blog post text that appears on a page?see this link
I have the text for the site set for 15pts, but the blog post text appears much smaller
can you guide me to a setting where I can change the font size?Thanks for your awesome support, you guys make me look very good!
Hi there,
my bullet lists font size is different than the rest of the used font. What can I do to fix this?
Also the color of a text-widget in the footer column 3 is different to the other colors, if I turn “display paragraphs” on, which I have to use to not get a messy text. How can I turn all widget text to white?
Link to Bullet-List and Footer: http://www.praxisdentanova.ch/zahnkronen/Thanks
