Hey MajorRestoration!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.phone-info {
color: orange!important;
font-size: 16px;
}
Cheers!
Yigit
Hi cherrmann!
if your customer prefers font-size 14px then just change the code to:
.avia-tooltip .inner_tooltip { font-size: 14px; }
Simply adjust it as needed.
Not sure what you mean about your tooltip. Can you show us what’s going on for you? provide us a link and use screenshots to highlight your intentions please.
Cheers!
Andy
Hey digital-handyman!
Add this to your custom CSS.
.mfp-title {
font-size: 20px !important;
}
Cheers!
Elliott
Hi
Which link are you referring to?
http://dev2.electrixinternational.com/about-electrix/frequently-asked-questions/
<ul class="list">
<li class="list-phone">Order by telephone – Call: +44 (0) 1388 774455</li>
<li class="list-email">Send your order by email – Email: <a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a></li>
<li class="list-fax">Fax us your order on company letterhead – Fax: +44 (0) 1388 777359</li>
</ul>
CSS
ul.list {
list-style-type: none !important;
list-style: none !important;
position: relative;
display: block;
left: 0;
list-style-position: outside;
width: 100%;
padding-bottom: 0;
}
.list li {
list-style-type: none !important;
list-style: none !important;
position: relative;
padding-left: 10px;
margin-bottom: 10px;
}
.list li:before {
position: absolute;
top: 3px;
left: -15px;
background-color: #FFFFFF;
font-family: 'fontello';
content: "\E822"; /* Important the backslash must be present before the E822 */
font-size: 18px;
color: #007ab6;
}
/* CT END Tick Box List */
/* CT START Lock Symbol List */
ul.list-lock {
list-style-type: none !important;
list-style: none !important;
position: relative;
display: block;
left: 0;
list-style-position: outside;
width: 100%;
padding-bottom: 0;
}
.list-lock li {
list-style-type: none !important;
list-style: none !important;
position: relative;
padding-left: 10px;
margin-bottom: 10px;
}
.list-lock li:before {
position: absolute;
top: 3px;
left: -15px;
background-color: #FFFFFF;
font-family: 'fontello';
content: "\E839"; /* Important the backslash must be present before the E839 */
font-size: 18px;
color: #007ab6;
}
/* CT END Lock Symbol List */
/* CT START Phone Symbol List */
ul.list-phone {
list-style-type: none !important;
list-style: none !important;
position: relative;
display: block;
left: 0;
list-style-position: outside;
width: 100%;
padding-bottom: 0;
}
.list-phone li {
list-style-type: none !important;
list-style: none !important;
position: relative;
padding-left: 10px;
margin-bottom: 10px;
}
.list-phone li:before {
position: absolute;
top: 3px;
left: -15px;
background-color: #FFFFFF;
font-family: 'fontello';
content: "\E854"; /* Important the backslash must be present before the E854 */
font-size: 18px;
color: #007ab6;
}
/* CT END Phone Symbol List */
/* CT START Email Symbol List */
ul.list-email {
list-style-type: none !important;
list-style: none !important;
position: relative;
display: block;
left: 0;
list-style-position: outside;
width: 100%;
padding-bottom: 0;
}
.list-email li {
list-style-type: none !important;
list-style: none !important;
position: relative;
padding-left: 10px;
margin-bottom: 10px;
}
.list-phone li:before {
position: absolute;
top: 3px;
left: -15px;
background-color: #FFFFFF;
font-family: 'fontello';
content: "\E805"; /* Important the backslash must be present before the E805 */
font-size: 18px;
color: #007ab6;
}
/* CT END Email Symbol List */
/* CT START Fax Symbol List */
ul.list-fax {
list-style-type: none !important;
list-style: none !important;
position: relative;
display: block;
left: 0;
list-style-position: outside;
width: 100%;
padding-bottom: 0;
}
.list-fax li {
list-style-type: none !important;
list-style: none !important;
position: relative;
padding-left: 10px;
margin-bottom: 10px;
}
.list-fax li:before {
position: absolute;
top: 3px;
left: -15px;
background-color: #FFFFFF;
font-family: 'fontello';
content: "\E886";
font-size: 18px;
color: #007ab6;
}
/* CT END Fax Symbol List */
Unless I am using your button element wrong, I can’t adjust the font size, I can’t choose any custom font & I can’t create hoverover’s for color variations.
Am I using it wrong or is it more of a basic element?
Hi there, this is probably the most dirty way to workaround this problem. But I just searched up the HTML code and inserted the span code in a pricing table.
I pasted this code and it worked:
<span class='av-icon-char' style='font-size:20px;line-height:20px;' aria-hidden='true' data-av_icon='' data-av_iconfont='all_zhe_icons' ></span>
Hi!
3- Please change the code to following one
.entry-summary .amount { font-size: 20px !important; }
4- You can go to WooCommerce > Settings > Products > Display and change product image sizes and then regenerate them using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
5- Please change the code to following one
@media only screen and (max-width: 1395px) and (min-width: 990px) {
.related.products li {
width: 14%!important;
margin: 0px 0px 0px 19px !important;
}}
@media only screen and (min-width: 1395px) {
.related.products li {
width: 15%!important;
margin: 0px 0px 0px 19px !important;
}}
Best regards,
Yigit
Hi!
You can add Code Block element to your page and then add custom CSS code into it that will be applied to that certain page as following
<style>
body { font-size: 16px; }
</style>
Regards,
Yigit
Hi!
Please try using this plugin – http://inoplugs.com/portfolio-item/wordpress-font-resizer-plugin-inoplugs/
Or contact plugin author as they should have better insight on what could be causing the issue.
P.S.: You can manually update the theme to the latest version
Cheers!
Yigit
Thanks
I had to change the font of Reviews H2 as well …
.wc-tab h2 {
font-size: 17px!important;
font-weight: 200!important;
}
#top #reviews h2 {
letter-spacing: 0.0px;
font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
I am using icons in a list. My problem is that the icons partially are shown nested like:
+ Text 1
+ Text 2
+ Text 3
+ Text 4
If I resize the browser window the icons replace at random.
The Text is:
<p style="text-align: left;">[av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' size='32px' position='left' color='']/av_font_icon]Text 1</p>
<p style="text-align: left;">[av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' size='32px' position='left' color='']/av_font_icon]Text 2</p>
<p style="text-align: left;">[av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' size='32px' position='left' color='']/av_font_icon]Text 3</p>
<p style="text-align: left;">[av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' size='32px' position='left' color='']/av_font_icon]Text 4</p>
I tried to work with <br /> with no efford.
Another thing is that I wrapped a table-structure around text and icon. The table-cells had different distances from the top of the icon to the top of the table cell.
Any idea?
-
This topic was modified 10 years, 5 months ago by
hanenm.
Hi DROR!
Please add following code to Quick CSS
.title_container * {
color: orange!important;
}
.title_container .main-title { font-size: 18px; }
.breadcrumb-trail {
font-size: 18px;
}
Best regards,
Yigit
Hi, I would like to change the color and font size of the Header Title and Breadcrumbs. How can I do that?
Thanks.
I updated the theme.
–If i edit click on the right hand side bar then block the text block…. then the font on all across the document returns to the right size
–If i edit the right hand side bar– change the color back ground, or writing within..
or If i Edit any content on the left hand side section..
basically if i make any edits whatsoever
The right sidebar dissapears.
Any advice?
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-1207 .tab {
font-size: 12px !important;
}
.page-id-1207 .tab_inner_content p {
font-size: 16px !important;
}
Best regards,
Rikard
Hello,
Is it possible to change the size of the image file title within a masonry gallery when that image is clicked on?
For example, a person clicks on an image in the private content. The image title below the lightbox needs to be bigger.
Can you please assist?
Thanks,
It very well may be that the lack of Upgrade is what is causing the Font Size Error…. hmm… I will upgrade first.
How do i use dropbox to send you a file…?
Thank you Yigit for your help, almost everything is ok !
Except:
>>>>#3 – Price font size — – It is currently set to 18px
Yes, my code work, but it also changes the price size everywhere on the site. I would just modify the price size
in the of the individual product page (not on related products, not on the shop overview, etc.)
>>>># 4- Big Image product size: Please add following code to Quick CSS and adjust
What is the image dimensions normally? (by default)
Because I have the impression that my image looks blurred when I increases the image size with your code.
>>>>#5- Related products size: Please add following code to Quick CSS and adjust:
That work ! I can set it to 6 columns now, great ! But now the space are not equally distributed.
To adjust the space I tried to add this code (margin: 0px 0px 0px 19px !important;) to equally distribute tumbnails in the space and that seems to work except when I resize down the windows: the 6th thumbnail fall in a other line…

Hi Guys
Can you please provide me a code to increase the font size of for the tab content element?

Also, on a mobile layout, the tab has a background color. Can that also be applied to a desktop layout?

Thanks guys!
Hi Monique!
Add this to your custom CSS.
@media screen and (max-width: 450px) {
.responsive #top h2.avia-caption-title {
text-transform: capitalize !important;
font-size: 12px !important;
}
}
Best regards,
Elliott
Hi KeyserSoze_UK!
Add this to your custom CSS.
.team-member-description, .team-member-description p { font-size: 12px !important; }
Regards,
Elliott
Hi,
thanks for this great theme and very good support forum. I could find a lot of solutions there. Now at some I stuck.
Developer Site accessable with: http://madlener.wom.server49.vorschauseite.eu/
1) I want to delete the separator lines in the footer widget (it’s also fine to delete the seperator lines at all widgets)
http://pasteboard.co/1xRFBmtW.png
2) Style Blog: The menu items at Letzte News and Kategorien should get same layout:
http://pasteboard.co/1xRMBPgH.png
Do you have any idea how to delete the separator lines, how to get same fontstyle to both submenus and how to delete the points at the Kategorien Submenu?
3) At the startpage I added the Entries from Blog. Everything fine until I switch to small devices (small screenwith) the heading font of the entries switches to a big big big font…
http://madlener.wom.server49.vorschauseite.eu/
http://pasteboard.co/1xS1wdfp.png
4) At the checkout in germany we need additional fields for accepting conditions. Is it possible to enhande the grey field or make it with white background?
http://madlener.wom.server49.vorschauseite.eu/shop/kasse/
http://pasteboard.co/1xSofUcp.png
5) At the FAQ Page i added 3 images in grid row:
http://madlener.wom.server49.vorschauseite.eu/faq-neu/
http://pasteboard.co/1xSwB3Cp.png
All image have the exact same size. I have copied the first grid field to be sure everyone has same preferences. But I get a small seperator below second image and quite bigger white separator below third image.
http://pasteboard.co/1xSFUY3J.png
Every cell is defined with no borders:
http://pasteboard.co/1xSQSysn.png
6) I’d like to get a separator with 10px between the section on the product site:
http://madlener.wom.server49.vorschauseite.eu/produkte/
http://pasteboard.co/1xT2ieb9.png
Should look like:
http://pasteboard.co/1xT4IH86.png
With a normal blank separator it’s the space is very big and with -20 there is no change.
I also tried out that ones without any changes:
/* enfold small separator between sections
https://kriesi.at/support/topic/create-a-small-space-between-color-sections/*/
.page-id-693 div#av_section_2 {
margin-top: 10px !important;
}
.page-id-693 #main .content{
padding-bottom: 20px !important;
}
.page-id-693 div#av_section_2 .content {
padding-top: 20px !important;
}
.page-id-693 #av_section_3 .content {
padding-bottom: 20px !imprtant;
}
.avia-section {
border-bottom: 25px solid white;
}
.page-id-69 div#av_section_2 {
padding-top: 10px;
}
.page-id-69 div#av_section_3 {
padding-top: 10px;
}
Would be great if you could help at this topics.
Thanks a lot in advance.
Greetings
Michael
Hi!
It appears that specific font-weight values aren’t being applied on Chrome.
Please make the below change to the previously provided css as a test to see if thefont weights will be applied:
.wc-tab h2 {
font-size: 30px !important;
font-weight: bold !important;
}
Best regards,
Dake
Hi
That words on the font size, but it doesnt control the font weight.
Reviews is much bolder.
I have also tried this …
font-weight: 200!important;
but it makes no difference.
Hi Guys
Can you please let me know how I could go about changing the font size for the Team Member descriptions (only) to be slightly smaller than the standard <body> text size used throughout the rest of my website? I don’t use a child theme so ideally a way of doing it that means when I update WP / theme then the change isn’t lost.
Many thanks, Paul
Hi richardelectrix!
Firefox is displaying a 30px font size, unless you have some classhing css, please insert the below css into your custom css section:
.wc-tab h2 {
font-size: 30px!important;
}
Cheers!
Dake
The font header font-weight is not the same as all of the other headers in the tabs.
It looks correct on Chrome, but not on Firefox.
I am using this css …
.wc-tab h2 {
font-size: 17px!important;
/* font-weight: lighter!important; */
}
#top #reviews h2 {
letter-spacing: 0.0px;
font-weight: 200!important;
}
#top .woocommerce-tabs h2 {
font-weight: 200!important;
}
Hi DROR!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top label {
font-size: 15px;
}
Best regards,
Yigit
i created an image with some hotspots and i face 2 issues:
Sometimes the text is running from the center to the right.
Yigit told me here:
https://kriesi.at/support/topic/image-overlay-not-quite-centered-when-it-should/#post-522255
to use .avia-tooltip .inner_tooltip { font-size: 13px; }
While this is working, this seems not to be a real solution, what if my customer likes 14px (or more) most ;-) ?
I can live with that, but I would be pleased if you go a little deeper to find a solution that works with any font-size.
The other issue is about the Tooltip Position
When i choose a position like “Top right” in relation(!) to the hotspot, it will go top LEFT and similar for “Top left” (other way around)
Also some translations are missing using german language (for example: Oben links, Oben rechts, top centered). The last one here should be “Oben Mitte” or “Oben zentriert”.
And I don’t understand the difference between “Top right” and “Right Top”
Hey bobbymarley25!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h4.iconlist_title {
font-size: 24px;
font-family: arial;
}
Regards,
Yigit