Hey Lene,
Please try the following in Quick CSS under Enfold->General Styling:
.toggle_content p {
font-size: 17px;
}
.toggle_content p a {
color: #dac7a6;
}
Best regards,
Rikard
Hello!
I’m having an issue with custom styling of my buttons and it not updating on my page.
Style notes for regular and hover include:
Border: 3px, black, 0px radius
Text: 16px, black, h4 font styling
Background: white
Hover Background: #f8f8f8
The icons that I have set when hovered over are also getting cut off at the bottom and I’d like them larger in size.
I think it may be because I don’t have a child theme installed? Just the initial Enfold theme. I originally had a different theme that used WP-Bakery and it was such a pain that I started over and restarted my WP, wiping everything. When I tried to install the child theme, it wasn’t working (an error about duplicates or something) and I didn’t need to work off of a direct template anyway so I just moved forward with building my site.
This CSS didn’t work for anything I mentioned. It’s still showing a blue highlight, the text in the search bar is still showing white on white bg and the search result text that comes up under the search bar is still larger sized font. I don’t understand why it would be showing white font?
Hi Support
I have 2 issues with the FAQ widget with regards to the font size and colour links,which are in different format then the rest of the site.
Where should the changes be made or is it a change the the CSS script?
FAQ
Font size is 15px – it should be 17px
Links colour is black should be #dac7a6
Thanks in advance for your reply
Best regards
Lene Sachs
Hey Levante,
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 (max-width: 989px) {
.responsive #top #header #header_main .inner-container .widget:nth-child(3) {
order: 3;
flex-basis: 20%;
margin-left: 00px;
font-size: 30px;
}
}
@media only screen and (max-width: 989px) {
.responsive #top #main,
.responsive.html_mobile_menu_tablet.html_header_top #top #main {
padding-top: 315px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
In the end I managed to do it, to a point. I worked whole day on it – I wanted to make ti work from inside the Enfold, without editing templates.
I added a normal mail icon, top right, and added a link + an icon to it and some styling. It does look nice, but I had to do some weird half pixel dimensions.


Can you pls. check the CSS if I did it OK? I see that smooth animation is not perfect.
This is the code:
<a style="supphone" title="Support" href="tel:0800800800">0800 800 800</a>
.supphone { padding:0!important; line-height: 0px!important; border-right:1px solid rgb(235, 235, 235)!important; margin-right:-11px}
.supphone a {
font-weight: normal!important;
display:block!important;
line-height: 29.4px!important;
padding:0 8px 0 7px!important;
transition-delay: 0s;
transition-duration: 0.3s;
transition-property: all;
transition-timing-function: ease-out; }
.supphone a:hover {text-decoration: none; color:white!important; background: #12a5f4; }
.supphone a:after {
font-family: 'entypo-fontello'!important;
margin-left:7px!important;
font-size: 13px!important;
position: relative!important;
bottom: -1px!important;
content:"\e806"; /*srce*/
transition-delay: 0s;
transition-duration: 0.3s;
transition-property: all;
transition-timing-function: ease-out;
}
.supphone:hover a:after {
color: white;
}
-
This reply was modified 5 years, 6 months ago by
MORTULGAAH.
Hi,
Add this to quick css:
Desktop:
body#top #footer .textwidget a {
font-size: 18px!imprtant;
font-weight: bold;
color: #ccc;
}
Mobile:
@media only screen and (max-width: 600px) {
body#top #footer .textwidget a {
font-size: 18px!imprtant;
font-weight: bold;
color: #ccc;
}}
Best regards,
Jordan Shannon
Hi,
I’m unsure how you would want the outcome to look with the title, additional text block, and button on the image.
Do you have a mockup that we can see?
Would it have the same layout for mobile?
So you would like the text of the hotspots to be centered, but what about the hotspots themselves, are they centered with the text, or do they stay to the left as they are?
The hotspots can be dragged to any place on the image, so try to place the hotspots where you would like them.
The hotspots are given an absolute location via javascript based on where they are dragged to.
Perhaps the solution for your additional text block and button is to add another hotspot with your text or button and hide the hotspot so the text or button is just shown.
I tested this button shortcode on my localhost in the hotspot text area and it works:
[av_button label='Button' icon_select='no' icon='ue800' font='entypo-fontello' link='manually,http://' link_target='' size='medium' position='center' label_display='' title_attr='' color_options='' color='light' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' id='' custom_class='' av_uid='av-kfbatcr8' admin_preview_bg='']

Thanks for the login, but I was not able to load the login page, perhaps it is not the standard /wp-admin/?
Best regards,
Mike
Hi,
Thanks for the update. I checked the CSS in your child theme and all of the code doesn’t have an ending semi colon, please try closing your code properly to see if that helps.
@media only screen and (max-width:990px) {
.responsive #top .av-main-nav .menu-item { display: none }
.responsive #top .av-main-nav .menu-item-avia-special { display: block }
}
#header span.avia-menu-fx { display: none !important }
a { text-decoration: none !important }
#top .logo { padding-top: 0px; width: 300px; margin: 10px auto; float: none; height: auto }
h2.avia-caption-title { font-size: 60px; color: #094fa3; font-weight: 400; letter-spacing: -3px;
/* background: rgba(0, 0, 0, 0.1); display: inline-block; padding: 0 10px */ }
h2.av-special-heading-tag { font-weight: 400 !important; letter-spacing: -2px }
.template-page .entry-content-wrapper h2 { letter-spacing: -1px }
.avia_image { border-radius: 10px }
.avia-button.avia-size-large { font-size: 18px; text-transform: uppercase }
.contact-us-content .container { max-width: 1000px !important }
Best regards,
Rikard
Hi Miki,
Thanks for pointing it out. It is changed to h1 tag because of this article: https://yoast.com/how-to-use-headings-on-your-site/
However, since the h1 in Advanced Styling is set, it overrides the default style.
I added this CSS code to fix it.
#top #wrap_all .all_colors h1.main-title.entry-title {
font-size: 16px;
}
As for the word itself, would you prefer to use Blog or the title?
Best regards,
Nikko
I am working on a website http://www.onlead.com.au
I commenced editing the About page, updated and viewed the page. I need to redo some edits and the page just hangs and I can’t get into it. I have also had this happen on another web site.
Can you assist?
ALSO
The Main Menu – I want to increase the size of the font, have tried going into Advanced Styling but can seem to find it.
Cheers H
HELLO,
you guys really helped me alot with the changing of my footer menu thank you!
the problem is now that i see the footer menu it doesnt look good.
there are the CSS CODE you send me before:
1 – footer{
font-size:20px!important;
}
2 – #socket .copyright {
width: 100%;
}
NOW, in desktop its great! only in mobile the menu is not correct.
Hey top1projects,
You want space to the left of it? To increase the size add the following:
footer{
font-size:20px!important;
}
Adjust the number to what you need.
Best regards,
Jordan Shannon
Yes this has tightened up the space. Having trouble removing the gray bar though like you guessed.
I had already applied a style to the section. What can be added to tighten the the whole section up and remove the gray line. Is there a way to show the date under the title in a smaller font in this style? The class is IBCHomepageSermons. What needs to be added?
This is my style changes to far in quick CSS
.IBCHomepageSermons {
font-size: 11px;
}
.menu-item-top-level {
height: 85px !important;
}
.FacebookStream {
height: 275px !important;
}
.home #av_section_1 .entry-content iframe {
height: 200px;
}
.home #av_section_1 .entry-content .post_delimiter {
display: none !important;
}
Hey studiovene,
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.search .main-title.entry-title a {
font-size: 26px !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Please advise on how I can adjust the title font size on the search page.
Please note, I am talking about the page title at the top of the page, not the results page titles.
Please see screen print
Please advise on how I can adjust the title font size on the search page.
Please note, I am talking about the page title at the top of the page, not the results page titles.
Hey Dino0103,
Add this to quick css:
figcaption h3{
font-size:30px!important;
}
figcaption .av-masonry-entry-content.entry-content{
font-size:20px!important;
}
Adjust the size to what you need.
Best regards,
Jordan Shannon
Hi team,
How do I adjust the top bar height so that it doesn’t sit over the header on mobile. Note, top bar is sticky.
Here is screen shot:https://ibb.co/4T5h6tq
This is current top bar css
/*Top bar font size*/
#header_meta * {
font-weight: 700;
font-size: 15px;
}
/*Top bar sticky mobile*/
#header_main {
padding-top: 30px;
}
#header_meta {
position: fixed;
width: 100%;
}
Thanks
Hi emanar,
Seems like your CSS is loaded a bit later which causes this issue, please try to go to Appearance > Customize > Additional CSS, then add this CSS code:
#top #wrap_all .all_colors h1 {
font-size: 36px;
line-height: 1.1em;
font-weight: 700;
text-transform: none;
}
CSS codes that run here are internal and loaded at the head (not recommending to put a lot of code here).
Best regards,
Nikko
Hi,
Please try this CSS as well:
@media only screen and (max-width: 767px) {
a.cart_dropdown_link span:before {
font-size: 26px;
}
}
Best regards,
Rikard
Hi there,
Is it possible to change the font size for the Portfolio Title and for its Excerpt? (see sample page in private content for the type of portfolio page I want to change the font size on…) I need to make the fonts a bit smaller so we can use longer descriptions.
Is it possible to show the Portfolio ItemTitle by default on the Portfolio page (without excerpt) and then for the hover state: HIDE the title and SHOW the excerpt when the item is hovered upon?
Thanks!
I get this to work with Guenni007 instructions: https://kriesi.at/support/topic/remove-permanent-link-from-the-post-h1-title/
but, the layout shift continues, any ideia how to make the font dont change?
ex: https://bebemamae.com/famosos/leticia-colin-mostra-o-rosto-do-filho-de-9-meses-que-bebe-lindo
our title is with system font
#top #wrap_all .all_colors h1 {
font-size: 36px;
line-height: 1.1em;
font-family: helvetica-neue,helveticaneue,helvetica neue,Helvetica,Arial,sans-serif;
font-weight: 700;
text-transform: none;
}
tks
Hello Victoria,
Many thanks for your help. I can now change the font and the size of the font in the mobile menu.
The main menu problem: The lines under the main menu are now hidden. With mousover the menu items are unfortunately not red.
It would be nice that it would also work.
Best wishes
Paul
I am using the default wordpress theme 2020 for my webview woocommerce siite.
The link to categories is accessed by seperate buttons from android app. The url looks like
domain.com//product-category/specialcakes/
but the page then loads have a huge tittle. I want t change its font.
For the android app, i am using the default theme to redue loading time.
“Internet is flooeded with this questions and ansers, But nothing worked form me. Hope you guys can help me asI had purchased enfold also.
I had solved the problem thanks to the support of Jordan Shannon
LINK
I used these CSS
/* PRICING TABLE – TABELLE – P CARATTERISTICHE TECNICHE */
.avia-builder-el-227 .pricing-table,
.avia-builder-el-226 .pricing-table {
border: none !important;
}
/*** Table 1 ***/
.avia-builder-el-227 .pricing-table li.avia-heading-row,
.avia-builder-el-227 .pricing-table li.avia-heading-row .pricing-extra {
background-color: #96D5FF !important;
color: #242529;
border-color: #ececec !important;
font-size:1.5em;
}
.avia-builder-el-227 .pricing-table li.avia-pricing-row {
background-color: #FF3300 !important;
color: #ffffff;
border-style: none; !important;
}
.avia-builder-el-227 .pricing-table-wrap .pricing-table li.avia-pricing-row + li {
color: #FF3300 !important;
background-color: #ffffff;
border-style: none; !important;
}
.avia-builder-el-227 .pricing-table li:nth-child(2) {
color: #2c335d !important;
}
.avia-builder-el-227 .main_color .pricing-table>li:nth-child(odd), .avia-builder-el-232 .main_color .pricing-extra {
background: #2c335d;
background-color: #E3F4FF;
}
.avia-builder-el-227 .main_color .pricing-table > li:nth-child(2n) {
color: #2c335d !important;
background-color: #CEE2F1;
}
/*** Table 2 ***/
.avia-builder-el-226 .pricing-table li.avia-heading-row,
.avia-builder-el-226 .pricing-table li.avia-heading-row .pricing-extra {
background-color: #96D5FF !important;
color: #242529;
border-color: #ececec !important;
font-size:1.5em;
}
.avia-builder-el-226 .pricing-table li.avia-pricing-row {
background-color: #FF3300 !important;
color: #ffffff;
border-style: none; !important;
}
.avia-builder-el-226 .pricing-table-wrap .pricing-table li.avia-pricing-row + li {
color: #FF3300 !important;
background-color: #ffffff;
border-style: none; !important;
}
.avia-builder-el-226 .pricing-table li:nth-child(2) {
color: #2c335d !important;
}
.avia-builder-el-226 .main_color .pricing-table>li:nth-child(odd), .avia-builder-el-234 .main_color .pricing-extra {
background: #2c335d;
background-color: #E3F4FF;
}
.avia-builder-el-226 .main_color .pricing-table > li:nth-child(2n) {
color: #2c335d !important;
background-color: #CEE2F1;
}
to customize the table (almost at the bottom of the page, under the 3 images, above the wording “CARGO BIKE MAINTENANCE), but they no longer work
https://trikego.com/it/caratteristiche-tecniche/
https://postimg.cc/dhk5jSXP
could you tell me what I’m wrong? Thanks a lot. Best regards. Bruno
Hi,
Thank you for the feedback, please try this css:
@media only screen and (max-width: 767px) {
#wrap_all #main h3,#wrap_all #main h3 > span {
font-size: 12px !important;
}
#wrap_all #main h1,#wrap_all #main h1 > span {
font-size: 14px !important;
}
}
Please adjust the font sizes to suit and clear your browser cache and check.
Best regards,
Mike
Thanks Victoria,
I increased the container width up to 100% and applied the css to have a smaller title. It works like this, but I do not like the 100%-width: the site seems too big now.
If I ONLY set the title font size to 18px, the old problem this exists. See the site with page width of e.g. 796px.Text does not fit.

Can you please assist me to have the break point of the icon boxes adjusted to < 1600px as requested?
Kind regards
Boris.
-
This reply was modified 5 years, 6 months ago by
bbitc.