Hi Mary!
Can you please give us a link to the actual website? We can resize the caption via Media Queries only for mobile device.
@media only screen and (max-width: 767px) {
.avia-caption-title {
font-size: 13px;
}
.avia-caption-content p {
font-size: 11px;
}
}
Regards,
Ismael
Hey kenwae!
Add this to the Quick CSS:
.tab_titles {
width: 999px;
}
.tabcontainer * {
font-size: 13px !important;
}
.tabcontainer table br{
display: none;
}
Result:

Cheers!
Josue
where should this class tag go in this button shortcode, yigit?
[av_button label='Download hi-rez' link='manually,http://www.costcat.com/wp-content/uploads/2013/10/langers-102313.jpg' link_target='_blank' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='large' position='center' icon_select='yes' icon='ue887' font='entypo-fontello']
i don’t see any place that has a traditional a href tag at all.
Hey smithds!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_menu ul:first-child > li > a { font-size: 15px; color: white!important; }
.main_color.iconbox_top .iconbox_icon { background-color: green; color: red; border-color: blue; }
Cheers!
Yigit
Hi Bruno!
Here you go. Facebook icon goes to Google when click opens in new window and in default color.
[av_font_icon color="" font="entypo-fontello" icon="ue8f3" size="40px" position="left" link="manually,http://www.google.com" linktarget="_blank"]
You can simply switch to Default Editor then add and copy shortcodes http://i.imgur.com/XseeK9n.jpg
Cheers!
Yigit
This reply has been marked as private.
Hey!
Please add this on your custom.css or Quick CSS:
#footer .widget_nav_menu li {
position: relative;
margin: 0;
clear: none;
float: left;
display: block;
font-size: 11px;
border-right: 1px solid;
padding: 0 10px 0 10px;
height: 20px;
}
#footer .widget_nav_menu li a {
position: relative;
top: -5px;
}
#footer .flex_column.av_one_fourth.first {
width: 100%;
}
This will only work for one level menu group.
Regards,
Ismael
Ah ha! ;) Thanks — sorry about that! OK, after updating the theme, here’s what worked for me, in case anyone else needs it:
Once I added the word “MENU” in there, I didn’t want the menu icon anymore (I might have kept it, if I could’ve figured out how to move it to the right side of the “Menu” text, but I couldn’t ;). So, here’s what I ended up going with:
On line 80 of header.php, I swapped out:
echo ‘‘;
with:
echo ‘MENU‘;
and added the following to my custom css editor:
#advanced_menu_toggle {
font-size: 18px;
width: 75px;
}
Thanks again! You guys have been great!
Hey Steve!
Create the element with the Magic Wand button in Default Editor mode, copy the generated shortcode and paste it in your slider, the shortcode will look this:
[av_button label='Click me' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello']
Best regards,
Josue
Hi gintheme!
You can use the Text Block element > Visual Editor, add something like this:
[av_font_icon color="" font="entypo-fontello" icon="ue804" size="12px" position="left" link="" linktarget="no"]Click here to add your own text
[av_font_icon color="" font="entypo-fontello" icon="ue804" size="12px" position="left" link="" linktarget="no"]Click here to add your own text
[av_font_icon color="" font="entypo-fontello" icon="ue804" size="12px" position="left" link="" linktarget="no"]Click here to add your own text
We use the Font Icon shortcode on the shortcode wand.
Cheers!
Ismael
Hello Yigit,
Thanks for the reply – still no joy, this is the complete code I am using (I have added some other adjustments to the tabs)
.tab {
font-size: 14px !important;
}
.main_color .tabcontainer .active_tab {
background-color: #734854 !important;
color: white !important;
}
.js_active .top_tab .tab { margin-right: 10px!important; }
Hi sky19er!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#advanced_menu_toggle { width: 90px; }
.togglem { font-size: 26px; }
Then, in your WordPress theme directory go to Enfold folder and open Header.php file ( you can find it in Appearance > Editor as well ) and find this code in 80th line http://i.imgur.com/knP7clN.jpg and change it to http://i.imgur.com/a7FlTNh.jpg
You can use .togglem class to style Menu text
Best regards,
Yigit
Hey pcastell!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.av_dropcap1 { font-size: 50px; }
Best regards,
Yigit
I changed my font size to 16 using the quick css suggestion I found in the forum. Now the drop-caps are too small [my website is http://www.movementsense.com] Can you give me quick css to fix this?
Thanks!
Hi Josue and Yigit,
Thank you very much for your help. Everything is working and I’m very happy with the new font-size.
Kind regards,
Ronny
I have tried to change site to change to mobile menu sooner, but it won’t work.
I have done this too but it won’t work.
https://kriesi.at/support/topic/menu-items-goes-into-the-logo-when-resizing-browser-windows/
Is the only solution to put menu font-size smaller?
I would like it to be about 25px.
-
This topic was modified 12 years, 6 months ago by
kimmo.
Hi
How do I change the font-size of the tabs titles.
I have an Icon which I managed to enlarge, but can’t find the css for the titles.
.js_active .tab {
font-size: 140%;
}
-
This topic was modified 12 years, 6 months ago by
vadi4ek. Reason: figured out
Hi Yigit,
Thankyou for the code, I tried to implement the code in the Enfold Custom CSS as follows:
@media only screen and (min-width: 786px) and (max-width: 1000px) {
.avia-icon-list .iconlist_icon {
height: 50px;
width: 50px;
line-height: 50px;
font-size: 25px;
margin-right: 15px;
}
}
@media only screen and (min-width: 786px) and (max-width: 1000px) { .avia-icon-list .iconlist_content_wrap { margin-right: -10px!important; }}
There still seems to be a problem with the text staying the same size and icons cut in half due to smaller column size on iPad / iPhone. Can you check http://www.naturaloutlook.com on your mobile device…I tried it on a new iPad mini….
Can you see any errors with the code?
Thankyou
Gary
Hey!
You can add following code to Quick CSS and adjust as desired
.avia-button { font-size: 24px!important; }
.social_header .main_menu ul:first-child > li a { font-size: 18px!important; }
Regards,
Yigit
Hi mikaelsv!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.entry-content-wrapper li { font-size: 14px; }
ul { margin-top: 0.85em; }
Best regards,
Yigit
I would like to have the same font and size for the normal text as well as for the <list> stuff. And I also would like to change so that the columns are aligned when I use “lists” on one column and normal text on the other one, look here,
http://hosted-wp.appli.se/blog/perago/?page_id=2866
Thank you,
Mikael
Hi Gstar72!
You can use Media Queries to resize the font of the caption when viewing on mobile device:
@media only screen and (max-width: 767px) {
.avia-fullwidth-slider div .slideshow_caption h2 span, .avia-fullwidth-slider div .slideshow_caption .avia-caption-title em span {
font-size: 12px;
}
}
Remove browser cache then reload the page.
Best regards,
Ismael
Hi!
Use this code instead:
h2{
font-size: 27px;
}
#gform_fields_1 > li {
margin-top: 0 !important;
}
Result:

Regards,
Josue
Hi, whith chrome don’t works too sometimes……..
I put my code of “custom.css”.
——–
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
h1, h2 {
font-family: “brandon-grotesque”,sans-serif; font-weight: 900; font-style: normal;
}
h3, h4, h5, h6 {
font-family: “brandon-grotesque”,sans-serif; font-weight: 900; font-style: italic;
}
/* META */
#header_meta { background: #600318; }
/* HEADER */
#header_main { height: 200px; line-height: 200px; background: #600318; border: none; }
#header_main .logo { height: 200px; line-height: 200px; top: 0px; }
/* POSICION DEL MENU */
.main_menu
{height:25px; top:75px; right: 0px;}
/* POSICION DE LA BARRA */
.main_menu ul li a {height: auto !important; line-height: 40px !important; }
/* MENU 1 */
.main_menu ul:first-child > li > a
{ font-size: 20px; font-family: “brandon-grotesque”; color: #FFFFFF !important; padding:2px 7px; }
.main_menu ul:first-child > li > a:hover
{ color: #5B8C00 !important; }
/* MENU 2 */
#top .main_menu .menu li ul a
{ font-size:12px; line-height: 9px !important; font-family: “Source Sans Pro”; color: #000000 !important; }
/* TITULO */
.title_container .main-title { display: none; }
/* PESTAÑAS WOOCOOMMERCE */
#top .woocommerce-tabs .tabs li a {
cursor: pointer;
margin: 0px 0px 0px 0px;
display: block;
float: left;
z-index: 2;
position: relative;
padding: 12px 16px;
top: -1px;
font-size: 11px;
-moz-user-select: none;
border-style: solid;
border-width: 1px;
}
}
——–
Thanks so much!!!
Xavier.
Ho Josue,
Yes I do mean the paragraph, and I see the changes now. Maybe it takes a couple of hours to adjust, I’ve been working on the site all morning without seeing this change.
I would also would like to change the font size of the sidebar, inside the buttons and the main menu in header. I think I figured out what the syntax for the sidebar would be:
.sidebar p {
font-size: 14px !important;
}
What would be the syntax to change the button fontze and the main menu in the header?
Thank you again for your help!
Kind regards,
Thanks Yigit,
Should I replace tis code with your suggestion:
@media only screen and (min-width: 786px) and (max-width: 1000px) {
.avia-icon-list .iconlist_icon {
height: 50px;
width: 50px;
line-height: 50px;
font-size: 25px;
margin-right: 15px;
}
}
Gary
Hey jazbird!
You can use this class to edit Quotes
blockquote
And you can add following code to Quick CSS in Enfold theme options under Styling tab to increase the font size of slider content
avia-caption-content { font-size: 24px; }
Cheers!
Yigit
Hi,
I would like to have the same font and size for the normal text as well as
stuff. And I also would like to change so that the columns are aligned when I use
on one and normal text on the other one, look here,
http://hosted-wp.appli.se/blog/perago/?page_id=2866
Thank you,
Mikael