Hi,
please remove this code in child theme
#scroll-top-link.avia_pop_class {
opacity: 0.3;
visibility: visible;
}
a#scroll-top-link {
background-image: url(//77.104.145.231/~atouch87/wp-content/uploads/2018/03/socialicon_top-1.png);
background-position: 50% 50%;
background-size: contain;
}
a#scroll-top-link:before {
content: '';
color: #000!important;
}
and add the below code
a#scroll-top-link:hover {
background:gold;
color:#000;
}
a#scroll-top-link {
background:transparent;
font-size:24px
}
#top a#scroll-top-link .avia-font-entypo-fontello,
body a#scroll-top-link .avia-font-entypo-fontello,
html body a#scroll-top-link [data-av_iconfont='entypo-fontello']:before {
color:#000;
}
Best regards,
Vinay
I can’t see how to send attachments so I will describe.
On the homepage at http://www.solid-steelband.com/wordpress there is a layer slider below which is an image placed in a color section with custom class which is supposed to hide it above 1024px but it doesn’t.
Also, the burger menu does not show up on iPad landscape – it does on portrait. So I have no menu at all on iPad landscape.
The full CSS is descrived below.
(how do I send attachments?)
—————————————————–
CSS in General Styling:
——————————————————
#top #header_meta .phone-info {font-size:16px; color:black;}
@media only screen and (max-width: 990px) {
.av-main-nav > li > a { padding: 0 5px; }
}
.main_menu ul:first-child > li > a { font-size: 15px; }
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a:hover .avia-menu-text{
color: #c3512f !important;
}
.avia-menu-fx {
bottom: 10px;
}
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
—————————————
CSS in child theme styles.css:
——————————————–
@media only screen and (min-width: 768px) and (max-width: 1024px){
.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special,
.html_header_top .av_bottom_nav_header .av-logo-container .main_menu {
display: block;
}
}
/*—————————————-
// CSS
// Toggle view
//————————————–*/
/* Desktop */
.mobile-only{
display: none;
}
.desktop-only{
display: block;
}
/* Mobile */
@media only screen and (max-width: 767px) {
.mobile-only{
display: block!important;
}
.desktop-only{
display: none!important;
}}
Hey Dandelion222,
I’m sorry to say but we do not have a reference for font size. But you can use this chrome browser plugin which is very handy to find out all the font info on a webpage :)
https://chrome.google.com/webstore/detail/whatfont/jabopobgcpjmedljpbcaablpmlmfcogm?hl=en
Best regards,
Vinay
Hello,
In almost every website I build, I want to change from the default font size of at least 1, usually a few, of the headers. Is there a way I can find out what the default sizes are. Every time I have to just guess and pick a number and then go back and forth and see if it is different, etc. If I just knew that H1 was 22px, for example, I wouldn’t have to use trial and error to set a new size. I’d pick a new pixel size empowered with that knowledge!
Hi,
Please use the regular button and add the pdf or zip file link. I have created a shortcode for you so you can just copy it and change the pdf link :)

[av_button label='Download PDF' link='manually,http://www.pdf995.com/samples/pdf.pdf' link_target='_blank' size='large' position='center' icon_select='yes' icon='ue86f' font='entypo-fontello' color='green' custom_bg='#444444' custom_font='#ffffff' admin_preview_bg='']
Let us know if you have any questions.
Best regards,
Vinay
Hey raulangeli,
Please feel free to add the border and other styles to the below code and add it to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 1100px) {
#top .cada-espacio {
font-size:3vw;
line-height:100px;
display:flex;
justify-content:center;
align-items:center;
}}
@media only screen and (max-width: 767px) {
#top .cada-espacio {
background:gold;
line-height:normal;
}
}
Best regards,
Vinay
Hi,
I would like to resize the title in the content slider.
I have done this with the following code:
.avia-content-slider .slide-entry-title {
font-size: 20px !important;
}
The problem is that this also affects the title size of the blog posts on the page. Is there away i can change the size og the titles only in the content slider?
Thanks!
Hi,
Why? Don’t have any answer to provide to the following questions?
1/ how to improve the fix? I mean at least augmenting the number of characters and lines displayed?
2/ how to filter and maintain it in enfold-child/functions.php instead of loosing the fix each time Enfold is updated?
3/ what about the content (entry-title) which is never entirely displayed (truncated or ellipsis truncated) even if the avia-post-nav prev and next have their dimensions up sized or if the font used has its size reduced? (from my own point of view the code is buggy here since it breaks the content randomly)
Thanks for any kind help.
Best regards.
Gilles
Hey macjeffff,
Changing the tag is not done by css, you have to modify the theme files. If you want to just change the font size or font-family we can help you with that. Please specify what you need.
Best regards,
Victoria
Hi
First of all let me congratulate you for this awesome theme. It´s the best theme I have used to do my work on wordpress.
I´m having and issue with some media querys. I added a media query for mobile and it works perfect, but when I´m adding media querys for the other resolutions it doesn´t work
The problem is on the home page, where it puts “CADA ESPACIO CON UN MENSAJE”
I added the media querys in the quick CSS section:
.cada-espacio{
text-align: center;
font-size: 58px;
line-height: 158px;}
@media only screen and (max-width: 479px) {
.cada-espacio{
font-size:44px;
margin-top:-22px;
line-height:normal;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.cada-espacio{
color:#000000;
border:1px solid #000000;
font-size:12px;
margin-top:-22px;
line-height:normal;
}
}
@media only screen and (min-width: 768px) and (max-width:989px) {
.cada-espacio{
font-size:35px;
line-height:172px;
}
}
I´ll send you the credentials to log in on the website
Thanks in advance
It didn’t work as expected. I found a perfect solution. It’s simple and works perfectly
.h1-ueberschrift
{
font-family: UniversLT-CondensedBold, Arial,sans-serif;
font-size: 3em;
font-weight: normal;
line-height: 1.7 !important;
color: #ffffff !important;
background-color: #000000 !important;
display: inline;
text-transform: uppercase;
padding-top: 1.8%;
padding-right: 0;
padding-bottom: 1.0%;
padding-left: 0%;
box-shadow: 0.25em 0 0 #000000, -0.25em 0 0 #000000;
}
Thanks for your help.
FEATURE REQUESTS
1 – option to display photos black and white (mouse over to colour)
2 – all google fonts preinstalled – with font style samples
USABILITY IMPROVEMENTS
1 – general settings – add check box “do not create new browser windows
2 – put icons in avia editor in alphabetical order PLEASE
3 – white space options box. why have a drop down in a huge empty box. move options out of drop down – save us a click
4 – add “show down arrow” checkbox to both other sliders (not just full screen slider and sections)
5 – more layout options for using an author avatar
6 – font size for footer
7 – ability to show 1 image masonary (under columns) goes 4,3,2, adjust to screen width – there is no “1” column
8 – option to disable image name mouse over tool tips (ie IMG23723643 etc )
9 – option for way more than 6 columns for masonary – like 12 images across
10 – ability to export a page template from one enfold site to another enfold site
11 – all blog templates except default if you click featured image it opens author info instead of post
MORE THEMES THAT USE AVIA!!
Hello,
Thank you for this great theme
In a page I use a class. I want to make sure that the text is white with a blue background etc.
That works perfectly, but when I look on a iPhone the tel.number has the same color as the drop caps in the rest of the site. How do I tell the class to set the color in this class to white?
#top .feature-background {
text-align: center;
background-color: #0879a9;
padding-top: 0px;
padding-left: 5px;margin-top:20px;
color: #ffffff;
min-height: 18px;
font-size: 15px;
}
Thanks in advance, Woutski
I got it:
#menu-item-3799 > a::before {
content: "\e824";
font-family: entypo-fontello;
font-size: 20px;
padding-right: 6px;
vertical-align: text-top;
}
Topic can be closed, thank you.
Hi,
I have activated the overlay from the masonry element options. Please review the site now :)
The following code was removed from the quick CSS to avoid conflict.
/* Masonry overlay */
.av-masonry-entry:before {
content: attr(title);
position: absolute;
width: 100%;
height: 100%;
z-index: 1000;
text-align: center;
line-height: 180px;
opacity: 0;
font-weight: bold;
font-size: 18px;
transition: all linear 0.4s;
}
.av-masonry-entry:hover:before {
opacity:1;
transition: all linear 0.4s;
}
.av-masonry-entry:hover .av-masonry-outerimage-container:before {
background: rgba(0, 0, 0, 0.3);
position: absolute;
content:'';
width: 100%;
height: 100%;
z-index: 999;
transition: all linear 0.4s;
}
Best regards,
Vinay
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
/* Portfolio overlay with title */
/* Disable default animation */
#top .grid-entry a:hover .image-overlay .image-overlay-inside {
animation: none;
}
/* Overlay */
#top .grid-entry .image-overlay .image-overlay-inside:before {
content:'';
position: absolute;
background: #222;
height: 100%;
width: 100%;
border-radius:0;
top: 0;
left: 0;
margin: 0;
}
/* Remove default title below */
.grid-content .avia-arrow,
#top .grid-entry .grid-content {
display: none;
}
/* Display title on hover*/
.grid-entry a:hover:before {
content: attr(title);
position: absolute;
width: 100%;
z-index: 1000;
text-align: center;
opacity: 1;
font-size: 18px;
color: #ffffff !important;
top: 50%;
transform: translateY(-50%);
animation: avia-fadein 0.75s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
}
Best regards,
Vinay
WOW, thanks..
But, when I go to the other pages with the smaller header, the logo goes behind the menu some and is not centered correctly any more.
Also, if I want to make the social icons bigger, I just need to change the font-size:18px to something else, is that correct??
Thanks again for all your help
Hi,
We have added the below CSS to Quick CSS section. Please review the site :)
/* Logo margin*/
#top .logo,
#top .logo a{
margin:15px 0;
}
/* Center menu */
.av-main-nav-wrap ul {
display: flex;
justify-content: center;
}
/* Social icon size*/
#top #header .social_bookmarks li a {
font-size:18px;
}
Best regards,
Vinay
Hi Graeme,
This code doesn’t work:
/* For body font */
body {
font-size: 16px;
}
The size is currently fetching on what you set on Enfold > Advanced Styling > < p > which is 14px
This code also doesn’t work because of the dot in the beginning:
.#avia-menu .avia-menu-text {
font-size: 20px !important;
font-weight: bold !important;
}
just replace it with:
#avia-menu .avia-menu-text {
font-size: 20px !important;
font-weight: bold !important;
}
Hope it helps :)
Best regards,
Nikko
Hi,
Thanks for the tip which appears to be a harsh solution.
You see, entry-title is a semantic chain which has to be displayed in a specific order: illustrator (if exists), author, and title, this one has to be display after a line break. Displayed now it fits quite the container. Well, thanks. As a result it emptied the semantics expected. That’s why it appears to be a poor solution mostly because regardless to the semantics, entry-title is randomly truncated (between 39 and 58 characters, and 2 to 3 lines displayed)
Nevertheless, several questions remain regarding the avia_post_nav:
1/ how to improve the fix? I mean at least augmenting the number of characters and lines displayed?
1/ how to filter and maintain it in enfold-child/functions.php?
2/ what about the content (entry-title) which is never entirely displayed (truncated or ellipsis truncated) even if the avia-post-nav prev and next have their dimensions up sized or if the font used has its size reduced?
3/ what about the avia-post-nav prev and next background color & opacity which seems not to be modified (please read my previous message) ?
Styling avia-post-nav is not that simple!
Thanks for any kind help
Kind regards.
Gilles
Hi rwidick,
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 .flex_column .template-blog .post-title {
font-size: 10pt;
}
If you need further assistance please let us know.
Best regards,
Victoria
I am trying to change H6 to a different font in Advanced styling, yes. It is not working. It is changing the size but not the font.
I am trying to change font colors in the Text Block individually on different pages. The whole second line of the text settings in the text block is gone including the strikethrough, horizontal line, TEXT COLOR. The box for text color gone. The line has disappeared. Can’t seem to find out how to get it back?
Thank you.
Pam
Hi Rikard,
thanks for quick response. I am familiar with doing some minor custom css fixings like e.g. definition of new breakpoints, font colours & sizes, … or hiding some elements of the page. But I have no experiences of “building” an new header layout from scratch. I guess, that my layout is not that complex, but what would you do recommend to do first? What are the next steps to get the new header style?
Kind regards,
Rainer
Hi,
Please would you have a look at this for me.
I would like the font to be a bit bigger, and so have updated the Quick CSS at the bottom of the General Styling section as follows (based on advice in this forum) …
/* For Header */
#top .av_header_transparency {
background: rgba(0, 0, 0, 0.4);
}
/* For body font */
body {
font-size: 16px;
}
/* For menu font */
.#avia-menu .avia-menu-text {
font-size: 20px !important;
font-weight: bold !important;
}
The transparency setting works fine. The font settings don’t seem to have any effect – except on the text that is part of an unordered list. Is it possible that the style settings are overriding my changes?
Thanks for your help.
Graeme
Hey nickgin,
Thank you for using Enfold.
These shortcodes work in my installation.
[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color='' admin_preview_bg='']PHONE[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='left' color='' admin_preview_bg='']EMAIL
Best regards,
Ismael
Hi Shannon,
thank you for your quick response.
As far as I know there is no custom css.
The Quick CSS-Box below “Fontsize” contains the following entry:
#footer, #footer p, #footer a { font-size: 12px !important; }
h1{
text-transform: none !important;
}
h2{
text-transform: none !important;
}
h3{
text-transform: none !important;
}
Hallo,
ich habe Probleme damit , die generelle Schriftgröße für den Inhalt einer Seite zu ändern.
Änderungen im Menü “Enfold/Allgemeines Styling/Schriften/Schriftgröße des Inhalts” wirken sich nicht aus. (Z.B. 16px auf 20 px)
Hi,
I’m having trouble changing the font size for body text / blog post content. I’ve gone to theme options>General Styling>Font> and changed the size from 16 to 20 saved. But the font size remains the same on the front end.
Hi Mike, I’ve just checked. Problems 2 and 3 completely solved, thank you!
1: I placed all my CSS in the stylesheet as suggested. Just two things are not working.
A: This CSS below is for the dimension of the icon in the icon list. I’m using it to make them smaller. And this is not working (I have a green line instead of the icon) as you can see here: https://www.viaggiareverde.it/capo-verde-informazioni-utili/
That’s the CSS code I used:
}
@media only screen and (max-width:767px) {
#top .avia-icon-list .iconlist_icon {
height: 40px;
width: 40px;
line-height: 40px;
font-size: 20px;
}
B: Before the installation of the Child Theme I had bigger photos in the magazine element (amost 2 times the “normal” dimension). If i’m not wrong I used this CSS code below (but maybe something else) to make them bigger. Now they are shown in the normal size.
.av-magazine-thumbnail {
width: 150px;
height: 120px;
}
I tried to increase the dimensions but nothing seems to work.
C: Just a question. I don’t remeber what is this CSS code. Do you know?
}
#respond .comment-form-url {
display: none;
}
Thanks a lot for your help!
Regards
Luca
1. I need a white headline on a black background with an even padding on each line of the special heading. Up, right and down I can adjust the padding. On the left it only works in the first line. After the line break, the padding on the left has disappeared. (Even if I force the line break by <br> which I don’t want because I want the line break to remain dynamic).
An automatic padding after each line break would be ideal?
2. The maximum width of the special heading should be 50%. How can I do that?
Here are the lines from my CSS
.ueberschrift {
font-family: UniversLT-CondensedBold, Arial,sans-serif;
font-size: 3em;
line-height: 1.5;
color: #ffffff !important;
background-color: #000000 !important;
position: relative;
display: inline;
text-transform: uppercase;
white-space:pre-wrap;
padding-top: 0.2em;
padding-right: 0.2em;
padding-bottom: 0.1em;
padding-left: 0.2em;
}
Hey rvga,
Please try the following in Quick CSS under Enfold->General Styling:
.tata h2 {
font-size:20px !important;
}
Best regards,
Rikard