-
Search Results
-
Topic: Font size in selection Tab
Hello,
I have got a problem with when it comes to cahnge the font size of the headers of a selection Tab.
If the size is being increased to much the headers will overlap.
How do I have to customize the custom CSS to avoid this behavior?Here is the current custom CSS file content:
#top .av-inner-tab-title { font-size: 25px; }Thanks in advance for any helpful thought.
Hi,
I’m trying to change the color of a button. I insert the button and change all the colors, but somehow it doesn’t have any effect. It keeps on having the theme colors (green button), although I all set them to “choose my own colors”. The text color will change, but the background color stays green.
I want a white button with red text.
[av_button label='Test button' icon_select='yes' icon='ue800' font='entypo-fontello' link='manually,http://' link_target='' size='small' position='center' label_display='' title_attr='' color_options='color_options_advanced' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='custom' btn_custom_bg='#ffffff' btn_color_bg_hover='custom' btn_custom_bg_hover='#eaeaea' btn_color_font='custom' btn_custom_font='#ffffff' id='' custom_class='' av_uid='' admin_preview_bg='']Can you help me set them to the colors I want?
Hi, I found some CSS code to help change the font size and weight of the secondary menu but I also need to change the color to red and give it more padding in the top.
This is the code I have so far
.sub_menu a {
font-size: 16px;font-weight: 700 !important;}
Can you please give me the correct CSS to include the color and padding at top. Thanks
Hi, I am using enfold.
I would like to know if there is a way to reduce or adapt image caption font and text line height on mobile devices.
I’ve tried this on quick CSS:
@media only screen and (max-width: 1024px) and (min-width: 767px) {
.av-image-caption-left p {
font-size: 8px;
line-height: 10px;
}}but it does not work, I think I’ve done something wrong.
I test the pages on responsinator.com
In private content area more details.
Thank you very much in advanceTopic: Webkit properties
Hello! I am working on a site using Enfold as the theme and EasyCart as the commerce plugin.
All looks good in both Chrome and Safari, but when viewing the product page in Firefox, there are these extra arrows in the quantity selector that I would like to remove.
Upon inspecting, it seems that these are being affected by the webkit appearance option. When uncheck the webkit properties, the arrows disappear. How can I replicate this on the site?
Here is the code I pulled from Inspect:
#top .input-text, #top input[type=”text”], #top input[type=”input”], #top input[type=”password”], #top input[type=”email”], #top input[type=”number”], #top input[type=”url”], #top input[type=”tel”], #top input[type=”search”], #top textarea, #top select {
-webkit-appearance: none;
border: 1px solid #e1e1e1;
border-top-color: rgb(225, 225, 225);
border-right-color: rgb(225, 225, 225);
border-bottom-color: rgb(225, 225, 225);
border-left-color: rgb(225, 225, 225);
padding: 8px 6px;
outline: none;
font: 1em “HelveticaNeue”,”Helvetica Neue”,Helvetica,Arial,sans-serif;
font-size: 1em;
font-family: “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
color: #777;
margin: 0;
width: 100%;
display: block;
margin-bottom: 20px;
background: #fff;
background-color: rgb(255, 255, 255);
border-radius: 0;
}Site linked in Private Content.
Thanks so much for your help!
I have multiple Icon Boxes on my home page and one has another icon box overlapping it because the Title is too long. I tried to adjust the size of the H3 title in the Icon Box but it didn’t change. I also looked at the Quick CSS in the General / Main Content and this is what I found.
h1, h2, h3, h4, h5, h6 {
text-transform:none !important;
}
I removed it to see if that was keeping me from changing the font size and some of the H1 text in Special Heading changed size and went all uppercase… I put the css back in but the H1 text didn’t change back and I don’t know how to make the text upper and lower…What should I do?


