Hey koxkox,
Could you please give us a link to your website, we need more context to be able to help you.
Do you mean the font size changes?
Best regards,
Victoria
We would also like to increase the font size of the title in the grid format. Details in Private
This reply has been marked as private.
Hi 805ITS,
The code Rikard gave doesn’t reflect on your site, can you try to disable temporarily the CSS file merging and compression in Enfold > Performance.
It should take effect on devices with screenwidth about 1024px (same as ipad in landscape mode).
Can you also set the font size of your main menu links to just 15-16px? 18px seems to big and overlaps with the logo.
Best regards,
Nikko
Hello
Opening yet another thread here. I hope you will not think of us as too annoying!
Question one:
I have Enfold installed (license bought separately) on different sites, and curiously the text size (including menus and content text size) vares from one site to another: https://metafora-studio-arts.org/portfolio-item/art-school-barcelona-short-term-stays/ (small text size) and http://www.escuelaveranoarteterapia.org/portfolio-item/open-day/ (big text size). They have the same theme settings (I imported the theme) and the same wordpress version, same enfold version 4.5.4. What could the reason be?
Question two:
On the two sites I have portfolio entries which I have copies from one to the other (I copied shortcodes and imported the theme settings), but the font on the portfolio masonry is white on one (http://www.escuelaveranoarteterapia.org/portfolio-item/open-day/ – this is how I want it) and light grey on the other. (https://metafora-studio-arts.org/portfolio-item/art-school-barcelona-open-day/)
I cannot seem to find the reason.
Last question:
As I said above, I have several sites, each with Enfold installed and on a two of them I cannot seem to update from 4.4.1 to 4.5.4 which seems to be the newest version. When we go to theme update, we get a message saying “No Updates available. You are running the latest version! (4.4.1)” . Any ideas?
Hi,
I know this is an old thread, but I have a similar question. I’d like to make the font bigger on some of the landing page buttons, but not all. I’ve enabled the developer function and given the necessary buttons the class of ‘landing-page-button’. I’ve used the snippet below to try and change the font size, but it hasn’t worked so I’ve got something wrong. I’m wondering if I can’t completely change the CSS class itself like this, from the original ‘avia-button’?
Can you help please? Thank you very much.
.landing-page-button {font-size: 18px !important;}
The widget includes the following code into the header:
<div id="custom_html-3" class="widget_text widget clearfix widget_custom_html">
<div class="textwidget custom-html-widget">
<a href="https://botigo.de/suche/"><span class="av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:20px;line-height:20px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span></a>
</div>
</div>
on woocommerce-site it includes just:
<div id="custom_html-3" class="widget_text widget clearfix widget_custom_html">
<div class="textwidget custom-html-widget">
<a href="https://botigo.de/suche/"></a>
</div>
</div>
-
This reply was modified 7 years ago by
ratoli.
Hi Charlotte,
I have checked your site and it’s reflecting the right font size which is 16px.
Try setting it to a higher value and it should get bigger.
Best regards,
Nikko
Thanks :)
I have change the font size for H1 H2 H2 to 16px in Advance setting but still the headline is very small.
http://chichotelsinparis.com/
Why?
Best regards
Charlotte
Hi, i want to change the font size of the price in my avia table.
This doesn’t work:
.pricing-table li.avia-pricing-row { font-size: 35px!important; }
I cant finde the right css class.
Please tell me how i can change the font size.
Thank you!
same issue on other page, where I only have a small
echo do_shortcode("[av_button label='test' link='manually,https://test.ch' link_target='_blank' size='medium' position='left' label_display='' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color-highlight' custom_bg='#444444' custom_font='#ffffff' av_uid='' admin_preview_bg='']")
returns as blank.
Hi,
Thanks for the update.
The screenshot doesn’t exist. Are you referring to the tab section title and image? Put this css code in the Quick CSS field to adjust the image width and title font size.
.av-tab-section-image, .av-inner-tab-title, .av-tab-section-icon, .av-tab-arrow-container, .av-tab-section-image {
width: 150px;
}
.av-inner-tab-title {
font-size: 18px;
}
Please don’t forget to toggle the Performance > File Compression settings after adding the code.
Best regards,
Ismael
Hi,
I can’t seem to change the size of the button in the full screen slider.
I’ve been through the forum and tried numerous bits of code. My most recent attempt is:
#top .avia-slideshow-button {
font-size: 20px;
}
Still I can’t get anything to work. I’ve been using WP Rocket to ‘Clear Cache’ and ‘Purge OPCache’ and that didn’t show the result after trying different lines of code in the general styling section.
Also I’ve been making some changes to my homepage and now my footer is only filling 3/4 of the page with the other 1/4 being a white space (see image)
https://postimg.cc/Xpqg4rgg
Any help to increase the button size and fix the footer is appreciated
Here is the link to the event where the button does not show: https://crossroadsabc.com/events/made-2-move-2/?event_rdate=20190313090000,20190313100000
The shortcode for the button is: [av_button label='Sign Up' link='manually,https://crossroadsabc.ccbchurch.com/goto/forms/953/responses/new' link_target='_blank' size='small' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']
by the way there should be no space between the hex color definition and hash !
#fdd02c – then it has to work like that
or try in a combination of enfold class and input:
.main_color ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #fdd02c;
font-size: 12px
}
.main_color ::-moz-placeholder { /* Firefox 19+ */
color: #fdd02c;
font-size: 12px
}
.main_color :-ms-input-placeholder { /* IE 10+ */
color: #fdd02c;
font-size: 12px
}
.main_color :-moz-placeholder { /* Firefox 18- */
color: #fdd02c;
font-size: 12px
}
.main_color ::placeholder {
color: #fdd02c;
font-size: 12px
}
-
This reply was modified 7 years, 1 month ago by
Guenni007.
Hi Manuela,
Your code should work but your need to remove the spaces for example:
:: – webkit-input-placeholder {color: # fdd02c; font-size: 12px;}
should be:
::-webkit-input-placeholder {color: # fdd02c; font-size: 12px;}
You can use this instead:
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: # fdd02c;
font-size: 12px
}
::-moz-placeholder { /* Firefox 19+ */
color: # fdd02c;
font-size: 12px
}
:-ms-input-placeholder { /* IE 10+ */
color: # fdd02c;
font-size: 12px
}
:-moz-placeholder { /* Firefox 18- */
color: # fdd02c;
font-size: 12px
}
Best regards,
Nikko
Hi, how do I change the color of the placeholder? I added this code in Quick CSS, but the color has not changed.
:: – webkit-input-placeholder {color: # fdd02c; font-size: 12px;}
:: – moz-input-placeholder {color: # fdd02c; font-size: 12px;}
:: – ms-input-placeholder {color: # fdd02c; font-size: 12px;}
input :: placeholder {
color: # fdce2c; ! Important;
}
Hi, I’m looking for help with css “vertical align middle” for my text logo in my header and have it responsive or “viewport width” so that my header doesn’t increase the header height and wrap my text. I’m trying to avoid using exact alignment values hopefully to accomplish this.
I’m following the Enfold Documentation https://kriesi.at/documentation/enfold/logo/#text-logo-with-subtext
This code does not seem to work within Quick CSS?
/* Text logo styling */
#top .logo,
#top .logo a {
overflow: visible;
}
#top .logo {
color: #ffffff;
font-size: 20px
display: flex;
align-items: center;
position: absolute;
vertical-align: middle;
}
/* Hide subtext on scroll */
#header.header-scrolled-full .subtext {
display: none;
}
I appreciate your help!
Chris
Hey carTransport,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 1024px){
#top #av-layout-grid-9 .no_margin.av_one_third {
padding: 20px !important;
}
#top #av-layout-grid-9 .no_margin.av_two_third {
padding: 30px 40px 30px 10px !important;
}
h3.iconbox_content_title a {
font-size: 17px;
}
.iconbox_content p {
word-break: break-word;
}
}
@media only screen and (max-width: 1024px) {
nav.main_menu, #menu-item-search {
display: block !important;
}
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
(Was “Third question, no replies,” but realized that was obnoxious. Sorry; I’ve been sitting at the computer for three full days and I’m right back where I started.)
Can someone please help me? I’m running into one problem after another, and it’s only getting worse. I’m sure these are very basic issues, but I’m completely beside myself at this point.
I’ve been struggling just to create a home page with a large feature image with a title and tagline text (no logo). I finally did a fullscreen slider with one image and caption text – not ideal, but it seemed to work. But I can’t get the fonts I want. (They’re installed.) I can get them to show up after many attempts and many purges, but the minute I make a change to pretty much anything, the fonts revert and I can’t get them back. I’ve tried over a dozen css excerpts I’ve found, in many searches. The only combination that got things anything close to the way I wanted them is below – but they disappear whenever I change anything else related to headers, fonts or menus.
#fullscreen_slider_1 .avia-caption-content p {
font-family: ‘cinzel’, serif!important;
}
.avia-caption-title, .avia-caption-content, .avia-slideshow-button {
-webkit-animation: 0s ease 0s normal none 1 running none !important;
animation: 0s ease 0s normal none 1 running none !important;
visibility: visible !important;
}
#top #wrap_all .slideshow_caption h2.avia-caption-title, #top #wrap_all .av-slideshow-caption h2.avia-caption-title {
font-family: ‘rock-salt’, cursive!important;
}
#top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext {
color: #000000!important;
}
.avia-caption-content {
font-size: 18px;
background-color: rgba(0, 0, 0.2, 0.2);
width: 600px;
}
.logo { display: none; }
Hi,
To change the font size for mobile, please try is css:
@media only screen and (max-width: 767px) {
h3.entry-title a {
font-size: 12px !important;
line-height: 12px !important;
}
}
Please adjust the font size to suit.
Best regards,
Mike
This reply has been marked as private.
Hi Nora,
If you use full width element like Color Sections, Grid Rows, etc. then the sidebar will show once you have non-full width elements. Like the 1/1 layout element for instance. Doing that will not have your sidebar fixed.
Please try this CSS for the full width sub menu:
.av-submenu-container li a .avia-menu-text {
font-size: 13px;
font-weight: 600;
}
Best regards,
Rikard
Hi dasemarc,
It seems to be missing some css, I have manually added this in Quick CSS:
.avia-cookie-consent{
width: 100%;
position: fixed;
background-color: rgba(0,0,0,0.85);
z-index: 999;
color: rgba(255,255,255,0.9);
padding: 1.1em;
text-align: center;
opacity: 1;
visibility: visible;
transition: all 0.3s ease-in-out;
overflow: hidden;
}
.avia-cookie-consent .container{
float: none !important;
padding: 0 !important;
}
.avia-cookie-consent a.avia_cookie_infolink,
.avia-cookie-consent p,
.avia-cookie-consent .avia-cookie-consent-button{
display: inline-block;
vertical-align: middle;
font-size: 12px;
letter-spacing: 0.05em;
}
.avia-cookie-consent a.avia_cookie_infolink{
color: inherit;
}
.avia-cookie-consent p{
margin: 0;
}
.avia-cookie-consent a.avia_cookie_infolink,
.avia-cookie-consent p{
margin-right: 0.5em;
}
.avia-cookie-consent .avia-cookie-consent-button{
cursor: pointer;
display: inline-block;
background-color: #fff;
border:2px solid transparent;
color: #000;
padding: 1.1em;
min-width: 80px;
border-radius: 3px;
text-decoration: none;
transition: all 0.3s ease-in;
line-height: 1;
white-space: nowrap;
margin:0 0 0 6px;
}
.avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn{
color: #fff;
background-color: transparent;
border-color: #fff;
}
a.avia-cookie-consent-button:hover{
opacity: 0.9;
}
.avia-cookiemessage-bottom{
bottom: 0;
left: 0;
}
.avia-cookiemessage-top{
top: 0;
left: 0;
}
.avia-cookiemessage-top-left,
.avia-cookiemessage-bottom-left,
.avia-cookiemessage-top-right,
.avia-cookiemessage-bottom-right{
width: 25%;
}
.avia-cookiemessage-top-left a.avia_cookie_infolink,
.avia-cookiemessage-bottom-left a.avia_cookie_infolink,
.avia-cookiemessage-top-right a.avia_cookie_infolink,
.avia-cookiemessage-bottom-right a.avia_cookie_infolink,
.avia-cookiemessage-top-left p,
.avia-cookiemessage-bottom-left p,
.avia-cookiemessage-top-right p,
.avia-cookiemessage-bottom-right p {
display: block;
margin-right: 0;
}
.avia-cookiemessage-top-left .avia-cookie-consent-button,
.avia-cookiemessage-bottom-left .avia-cookie-consent-button,
.avia-cookiemessage-top-right .avia-cookie-consent-button,
.avia-cookiemessage-bottom-right .avia-cookie-consent-button{
margin: 0.5em;
}
.avia-cookiemessage-bottom-right{
bottom: 30px;
right: 30px;
}
.avia-cookiemessage-top-right{
top: 30px;
right: 30px;
}
.avia-cookiemessage-bottom-left{
bottom: 30px;
left: 30px;
}
.avia-cookiemessage-top-left{
top: 30px;
left: 30px;
}
.avia-cookie-consent.cookiebar-hidden{
opacity: 0;
visibility: hidden;
}
.avia-cookiemessage-top.cookiebar-hidden {
transform: translateY(-110%);
}
.avia-cookiemessage-bottom.cookiebar-hidden {
transform: translateY(110%);
}
.avia-cookiemessage-bottom-left.cookiebar-hidden,
.avia-cookiemessage-top-left.cookiebar-hidden {
transform: translateX(-110%);
}
.avia-cookiemessage-bottom-right.cookiebar-hidden,
.avia-cookiemessage-top-right.cookiebar-hidden {
transform: translateX(110%);
}
.avia-cookie-consent.avia-cookiemessage-bottom.cookiebar-hidden{
bottom: -50px;
}
body.admin-bar .avia-cookiemessage-top,
body.admin-bar .avia-cookiemessage-top-right,
body.admin-bar .avia-cookiemessage-top-left
{
margin-top: 32px;
}
.av-inline-modal {
padding: 20px;
border-radius: 4px;
min-width: 250px;
max-width: 800px;
margin: 0 auto;
position: relative;
display: none;
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
opacity: 0;
}
.avia-popup .av-inline-modal{
display:block;
opacity: 1;
}
.avia-popup.mfp-removing .av-inline-modal{
opacity: 0;
}
.avia-popup .av-inline-modal .mfp-close{
right: 18px;
top:18px;
}
.avia-popup .av-inline-modal .mfp-close:hover{
border: 2px solid #e1e0e0;
}
.avia-popup .av-inline-modal .tabcontainer{
min-height: 320px;
}
.avia-popup .av-inline-modal .tab{
padding: 20px 16px;
font-size: 14px;
font-weight: bold;
}
.avia-popup .av-inline-modal > .av-special-heading{padding-right:40px;}
Best regards,
Nikko
Hi VIctoria,
I did tick that box to remove old CSS and JS info.
Yes, adjusting the font size for <p> does not work. Please try yourself make any adjustments using advance styling you’d like, my website doesn’t have much traffic right now, so it doesn’t matter to me. Feel free to try it out to troubleshoot. I have not had any success in using this feature that would be very powerful in making my site more unique.
Temp. login provided.
Thank you,
Art
Hey Tanya,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .social_bookmarks li.av-social-link-realself a {
padding-top: 5px;
}
#top #wrap_all .av-social-link-realself :before {
font-size: 20px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you, Victoria!
One more quick question: for some reason, changing the background color of the arrow does not have any effect on the actual rider arrow and it’s very visible if the photo is dark but you cannot see the arrow if it’s dark. Do we need to add a z-index css to the CSS code?
#top .avia-smallarrow-slider .avia-slideshow-arrows a {
background: #CC000000 !important;
color: #fff;
width: 50px;
height: 50px;
font-size: 50px;
font-weight: bolder;
}
Hi,
i have use the html code to change the font type of the paragraph to “Adobe Garamond Pro Bold”, in desktop view the font is display correctly but in mobile view it cant reflect the font type. Kindly please advice how do i standardize it for mobile and desktop view?
this is the code i used:
<html>
<head>
<style type=”text/css” media=”Screen”>
.hanging-indent {
padding-left: 70px;
text-indent: -60px;
margin-top: -15px;
}
.hanging-dropcap {
position: relative;
top: 0.50em;
left: -3px;
font-size: 70px;
line-height: 50px;
font-weight: bold;
font-family: Adobe Garamond Pro Bold;
}
</style>
</head>
<body>
<p class=”hanging-indent”><span class=”hanging-dropcap”>E</span>stablish in year 2000……<p>
</body>
</html>
Hi,
You can follow the link Vinay posted, or change the font size of the menu under Enfold->Advanced Styling.
Best regards,
Rikard