-
Search Results
-
What is the updated css change need with Enfold latest release to increase the size of the Title, as well as increase the margin and the opn and close icons knowing that the icons are CSS based and not graphic. Ala the colors
I found this but it seems outdated.
.toggle_icon {
position: absolute;
width: 15px;
height: 15px;
border-style: solid;
border-width: 1px;
top: 25px;
left: 10px;
}.js_active .toggler {
font-size: 50px Important;
padding: 35px 3px 35px 35px;
}Every time I try a new avia element, I cannot customize it. Is there a general syntax for this?
This works for a text block:.avia_textblock.awesome-textblock p { font-size: 30px; padding: 0px; line-height:90%; font-family: Bitter; }But this does NOT work for a promo box:
.avia_promobox.awesome-promobox p { font-size: 30px; padding: 0px; line-height:90%; font-family: Bitter; }Confused.
Recently I was looking for help changing the size of my H1 text size. I was told to paste the following into the Quick css field;
h1 {
font-size: 34px !important;
line-height: 1.1em !important;
margin-bottom: 14px !important;
}Which I did on the general tab. This changed the H1 size everywhere on the site. I was not aware a H1 tag is used for the page title bar…it looks weird big.
If I just want to change the H1 text size inside the content area (main and alternate) would I just paste this CSS into the quick css field on the Main Content and Alternate Content tabs?
Thanks,
DSMHi, I have a custom list with images insted af the normal circles.
I have tried several different css fixes, but cant find the right one to get more RIGHT margin from the bullets to the text in the liste.
I m using this to style my list:
.list1 {font-family: Verdana, Geneva, sans-serif !important;
padding-left: 30px !important;
font-size: 15px !important;
font-style: normal;
color: #000;
list-style-image: url(/wp-content/uploads/2015/03/plus_icon5.jpg) !important;
}Now it dosent help to incert Margin: 0 20px 0 0;
Can you help me here?
Topic: Top menu
How to get this content in top menu:
[av_font_icon icon='ue82e' font='entypo-fontello' style='border' caption='Lämna material' link='page,3313' linktarget='' size='30' position='left' color=''][/av_font_icon ][av_font_icon icon='ue805' font='entypo-fontello' style='border' caption='Kontakta oss' link='page,3333' linktarget='' size='30' position='left' color=''][/av_font_icon] [av_font_icon icon='ue80a' font='entypo-fontello' style='border' caption='Kundlogin' link='manually,http://bok-tryck.haikomhosting.com/' linktarget='' size='30' position='left' color=''][/av_font_icon]see page http://www.hangetiketter.se , only two icons is showing
How to make all three showing?
