Hey Alfredo,
I copied HTML of arrow icon and pasted inside your Special Heading elements and give them a custom CSS class “red-arrow-title” in Advanced > Developer Settings and then added following code to bottom of Quick CSS field
/* Change read more arrows */
.more-link-arrow::after {
content: "\E881";
color: red;
font-size: 30px;
}
.red-arrow-title .av-icon-char {
color: red;
font-size: 20px;
position: absolute;
margin-left: 5px;
}
Please review your website :)
Best regards,
Yigit
Hi,
There was a CSS error in your Quick CSS field. I fixed it and following code was overriding it
/*Enfold footer menu*/
span.avia-menu-text{
color: white;
font-weight: bold;
font-size: 13px;
}
so I changed it to following
/*Enfold footer menu*/
#avia3-menu span.avia-menu-text{
color: white;
font-weight: bold;
font-size: 13px;
}
Please review your website :)
Best regards,
Yigit
Hi,
Thanks for contacting us!
Please edit your Icon List element and go to Styling > Font Sizes > Title Font Sizes and set them to 24px :)
Best regards,
Yigit
Hey F,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (min-width: 2600px) {
#top #header .av-main-nav > li > a {
font-size: 24px;
}
}
Regards,
Yigit
Hello,
is there an Option for having a bigger font size in the menu only for 4k screens? The Menu looks fine on my 27″, but at my customers 27″4k the menu font is really small.
thanks in advance
F
Hey HolgerRaddatz,
Thanks for the link to your site, you can use this css to brake the words so they stay in the cells, please note that not all browsers will show the hyphens, Chrome on Windows doesn’t but the words are still broken.
#top .avia-table.avia-pricing-table-container li {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
Another option is to reduce the font size for the tablet screen, but your long words still need to be broken, but this might look better:
@media only screen and (min-width: 768px) and (max-width: 1415px) {
#top .avia-table.avia-pricing-table-container li {
font-size: 12px;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
So try different font sizes to find a balance that you like.
Best regards,
Mike
Hi all, I just started building my website using the Enfold Theme with the consulting demo. So far so good – there is just a layouting problem with the top easy slider and the text location on a mobile phone. (see screenshot):
(Screenshot mobile problem)
The font size can be easily adjusted in the slider for the mobile version – so that is good.
With the smaller font size I just would need a solution so that the whole text (box) is on the right (like it is on the desktop) and text itself is still left aligned; here the screenshot from the desktop version. So actually to have still 2 columns in the mobile version and the text (headline and caption) is in the second column on the right. Desktop screenshot:
(desktop alignment )
Thank you so much for your solution ideas, br
Rene Weiss
-
This topic was modified 3 years, 3 months ago by
rwitconsulting. Reason: images not working - added as links
I have tried clearing the cache in Edge browser (all-time) cookies & data included, I have cleard the cache over at Bluehost and turned off Bluehost caching. I have cleared a newly installed WP Super Cache. I have refreshed the page multiple times. I also within in Enfold went to Performance and deleted Old CSS And JS Files. Nothing works?! I have wasted HOURS on this one thing alone. I am sorry that I purchased your Enfold theme. My time is valuable to me and now this to deal with.
I need to be able to change the font size of the Main Menu Links, the H1 thru H6 tags and the Title Bar title font size.
Dear support team
I use a contact form on the following website: https://my-visionguide.de/home/#contact
On the smartphone, the email field is shown with a thicker border, (see Screenshot: https://my-visionguide.de/support/kontaktform-mobile.jpg) although I have already inserted the following script via css:
/*Mobile View Contact Form Edge Email*/
@media only screen and (max-width: 767px) {
input#avia_3_1 {
border-width: 1px !important;
font-size: 14px !important;
}
}
What can I do so that the edge of the email field is only displayed with a 1px width on the smartphone in the mobile view?
Thank you for your edit and best regards, Diana
I highlighted two menu items. One orange and the other green. I wish they looked like buttons. But the height is too high. I would like to lower the height.
The website can be seen here.
https://www.successionetelematica.com/
I used this code
.highlighted {
background color: #ff7514;
border-radius: 5px;
}
.highlight at, .highlight at:hover, .highlight at:focus {
color: #ffffff !important;
font-weight: bold;
}
.menu_main_nav>li>a {
padding: 6px 5px 6px;
font-size: 0.929em;
font weight: 500;
line height: 1.28em;
}
.highlighted2 {
background color: #008f39;
border-radius: 5px;
}
.highlight2 a, .highlight2 a:hover, .highlight2 a:focus {
color: #ffffff !important;
font-weight: bold;
}
.menu_main_nav>li>a {
padding: 6px 5px 6px;
font-size: 0.929em;
font weight: 500;
line height: 1.28em;
}
How can I lower the height?
Thank you
Hey rixi,
Please try the following in Quick CSS under Enfold->General Styling:
#menu-menuric li a {
font-size: 18px;
color: red;
}
Best regards,
Rikard
Hi,
would be great if anybody can give me a code for quick css for the font size and colr for the navigatione in the sidebar.
In the moment is is to small.
Thanks a lot
rixi
Hi Mike,
I just put in the code, but it didnt change the font to black unfortunately.
I completely removed Smush, but the problem still occured. I found an easy workaround. I copied each of the elements and deleted the original after I had pasted them all again. Then no problem occured.
Im looking to use a plugin to reduce the image sizes. Both Smush and Optimole are wrecking my site. Have you heard of a plugin that can do the trick without “hopefully” doing any damage:)?
Thanks for the help again
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.sub_menu_socket .avia-menu-text {
font-size: 16px !important;
}
You can change the copyright text under Enfold->Footer.
Best regards,
Rikard
Hi. I want to change the socket right side font size because the g letter is cutoff. But want to let the left side the same size where it says copyright. How do i do it?
Thank you.
-
This topic was modified 3 years, 4 months ago by
robertbl1.
Hey daineax,
You can add an ID or class to the button in the element options, under Advanced->Developer settings. You can then target your custom button like this:
.your-button class .avia-button {
color: red;
font-size: 24px;
background-color: green;
}
Best regards,
Rikard
Hi,
Thank you for the update.
Decreasing the size of the text should prevent the issue.
span.av-rotator-text-single {
font-size: 0.6em;
font-family: "Arial", serif;
}
You can also use the css code above to adjust the font-family of the rotating text.
Best regards,
Ismael
Hi there!
Firstly, thank you very much for your help.
I would like to create a second type of button on the front page of my website (link included below).
I have successfully created and customized my buttons in 1 default style.
However, I would like to have a second type/class of button with different font and different size of font, on the same page as the first button.
I tried hard to read the instructions here: https://kriesi.at/documentation/enfold/button/ but am sort of confused with regards to what direction I should take – add custom CSS? But am not sure where to put it.
Thank you!
Hey Monika,
Thank you for the inquiry.
Have you tried using a larger or wider column, or decreasing the size of the rotator text? The text wraps to the next line because the line can no longer contain the characters. Decreasing the text size or using a wider column should ensure that the whole sentence can be contained in the same line. You can adjust the position of the rotator element in the Styling > Font Sizes toggle.
To adjust the style of the rotator text, please try this css code.
.av-rotator-text {
font-family: inherit;
font-weight: 300;
}
Let us know if there’s anything else we can help you with.
Best regards,
Ismael
Hey diefleischerei,
Thank for the question.
You can try this css code to adjust the style of the comments including the font size.
#top .comment_text {
clear: both;
font-size: 1.3em;
padding: 0 0 15px 0;
border: none;
}
Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings after adding this modification.
Best regards,
Ismael
Thanks, Rikard, I tried.
“Website Layout” Full Width
Maximum Width Container: 100%
I have the idea some Quick CSS can be contradicting.
I am not fully into it.
Here is the complete Quick CSS:
}
#footer .widgettitle {
font-weight:bold;
}
.container_wrap {
border: none;
}
@media only screen and (max-width: 767px){
.responsive #top #wrap_all #project-hero-section > .container {
width: 100%;
max-width: 100%;
}
}
.single-post .avia_textblock { max-width: 400px; }
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
-webkit-transform: none;
transform: none;
}
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none !important;
animation: none !important;
}
.av-masonry-entry-title, .av-masonry-entry-content {
text-align:center;
}
@media screen and (min-width: 767px) {
#top .container .av-masonry.av-large-gap {
left: -35px;
}
#footer .widgettitle {
font-size: 15px;
font-weight: bold;
color: white!important;
}
.page-id-2123 .main_menu {
display: none;
}
#main .content, #main .sidebar {
padding-top: 10px;
}
.page-id-2175 .main_menu {
display: none;
}
#main .content, #main .sidebar {
padding-top: 10px;
}
@media only screen and (max-width: 767px) {
#top #wrap_all .av-inherit-size .av-special-heading-tag {
padding-top: 50px!important;
}}
#concordia .container {
width: 100%;
padding: 0;
}
{
@media only screen and (max-width: 767px) {
#concordia .container {
width: 100%;
max-width: 100%;
}
}
.container {
max-width: 100%;
}
Hey cuccarini,
Thank you for the inquiry.
1.) This is possible but you have to display 4 items for each row on desktop view, then use this css code to adjust the width of the items on smaller screens.
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #main .avia-content-slider .slide-entry-wrap {
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
}
}
Again, you have to display the items in 4 columns instead of 3 in order for this modification to work correctly.
2.) This is possible but it will require modification that is beyond the scope of support. You may need to edit the single.php or the includes > loop-index.php template in order to achieve the same layout shown in your screenshot. For starters, you can use this css code to split the featured image and the content into separate columns.
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #main .avia-content-slider .slide-entry {
width: 100% !important;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
.responsive #top #wrap_all #main .avia-content-slider .slide-entry .slide-content {
flex-grow: 1;
width: 60%;
flex-shrink: 0;
margin-left: 4%;
}
h3.slide-entry-title.entry-title {
text-align: left;
font-size: 20px !important;
}
}
Best regards,
Ismael
Hi,
Your css to change the font size to 64px had a space between 64 & px, so that it would not work, I removed the space.
64 seems very large to me, please clear your browser cache and check and adjust to suit.
Best regards,
Mike
Hello,
here I am again … to bother you. :-D
I have two problems with mobile view:
on this page https://www.fishesinvasion.com/prints/ I would like to have posts on 2 columns on mobile instead of 3 on desktop
on this page https://www.fishesinvasion.com/articles/ I would like to have the posts in the same way as the following example https://drive.google.com/drive/folders/1MWFJoXIjHbPJwPlg1HyI0UZKpxna5w7S?usp=share_link
Finally to change the total in the cart I used the following incorrect way to get the result, it works fine, but I know there is a better way to do it.
/* total back and bold */
#after_section_1 > div > div > div > div > section > div > div > div.cart-collaterals > div > table > tbody > tr.order-total > td > strong > span {
color: black;
font-size: 14px;
font-weight: bold;
}
As usual thanks in advance for you help
Andrew
yes, the CSS before was 47:: Original
#header_main .phone_number a p {
font-size: 47px;
Changed to 64. I also changed the
#header_main .phone_number a {
top: -10px;
position: relative;
}
to
#header_main .phone_number a {
top: 10px;
position: relative;
}
and no change reflecting.
Hi,
Thank you for the update.
You can use this css code to adjust the vertical position of the phone number.
#header_main .phone_number a {
top: -10px;
position: relative;
}
Also I edited the size but it is not reflecting. Did I do something wrong?
Did you adjust the font-size value in this css rule?
#header_main .phone_number a p {
font-size: 64px;
}
Best regards,
Ismael
Hey diefleischerei,
Thanks for your question you can create a print button with this code in the page:
<button class="print" onclick="window.print()">Print This</button>
and this css:
button.print {
background-color: #0366d6;
color: #ffffff;
border-radius: 3px 3px 3px 3px;
border: none;
border-width: 1px 1px 1px 1px;
}
This would be the results:

You will probably also want to use the print media query to set which elements print and which ones to avoid, for example:
@media print {
p {
font-size: 18px;
line-height: 1.1em;
}
.sidebar {
display:none;
}
.single-post #content {
text-align: center;
top: unset;
left: unset;
transform: none;
position: relative;
background: none;
width: 100%;
padding: 0;
}
}
Best regards,
Mike
Hey A,
Thanks for your patience and the link to your site, to make your header transparent only on your homepage and make the menu items white when the header is transparent so you can see them I added this css:
.html_header_top.html_header_sticky #header.av_header_transparency {
background: transparent;
}
#top #header.av_header_transparency .av-main-nav > li > a {
background-color: transparent;
}
#top #header.av_header_transparency .av-main-nav > li > a .avia-menu-text {
color: #fff
}
#top #header.av_header_transparency .av-main-nav > li#menu-item-search > a {
color: #fff;
}
#top #header.av_header_transparency .av-main-nav li:hover .avia-menu-fx,
#top #header.av_header_transparency .current-menu-item > a > .avia-menu-fx,
#top #header.av_header_transparency .av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
background-color: #fff;
}
To remove the social icons I removed them at Enfold Theme Options ▸ Social Profiles, none of them had links so they would not do anything on click anyways.
Then I added this css to make your phone number larger and move the menu over to make room:
#header_main .phone_number a p {
font-size: 47px;
}
#header_main .avia-menu.av_menu_icon_beside {
margin-right: 336px;
}
If you want the phone number smaller feel free to adjust
please clear your browser cache and check.
Best regards,
Mike
First : it depends on so much text on the backside. If you got less text – there will be less height.
Maybe you decide not to show all text on mobile phone ( f.e. only the first p tag )
@media only screen and (max-width: 391px) {
#team .avia-icongrid-flipback .avia-icongrid-text p:nth-of-type(n+2) {
display: none;
}
#team .avia-icongrid-flipback ,
#team .avia-icongrid-flipback .avia-icongrid-inner {
padding: 10px !important
}
}
less padding – see second rule.
next – on the alb itself you can have a smaller font-size on small screens.
Hi Tilman,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
/* No capitals */
.avia-toc-style-elegant a {
text-transform: none;
}
/* Font size for level 1 */
.avia-toc-style-elegant .avia-toc-level-1 {
font-size: 20px;
}
/* Font size for level 2 */
.avia-toc-style-elegant .avia-toc-level-2 {
font-size: 18px;
}
/* Style toggle button */
.toc-toggle {
background: transparent;
border: none;
font-size: 20px;
}
Then add following code to bottom of functions.php file of your child theme to add toggle button to TOC
add_action('wp_head', 'toggle_toc');
function toggle_toc(){
?>
<script>
jQuery(window).load(function(){
var $input = jQuery('<input class="toc-toggle" type="button" value="≡" />');
$input.prependTo(jQuery(".avia_auto_toc"));
jQuery( ".toc-toggle" ).click(function() {
jQuery( ".avia-toc-container" ).toggle();
});
});
</script>
<?php
}
Best regards,
Yigit