Hey JBNPhoto!
Please try the following in Quick CSS under Enfold–>General Styling:
.phone-info span {
font-size: 16px !important;
}
Best regards,
Rikard
Thank you
I’m working on my home page
http://bodytalkcare.com/
and I have used the testimonial slider.
How do I make that testimonial text the same font and color and size as the rest on my website.
this is the code in my quick CSS:
.avia_textblock p, .avia_textblock {
font-family: Open Sans;
font-size: 16px;
font-weight: 600;
}
Also, how do I put the image of the person on the left, make it larger and remove the slider arrows on the left and right?
thank you!
Hi hillphoenix!
You can edit your submenus with the below css in the custom css section in your theme options:
#top #header .mega_menu_title a {
color: inherit;
font-size: 17px;
line-height: 1.1em;
padding: 0;
margin: 0;
background: transparent;
border: none;
}
However, may we have temporary access to your website to find out why sub menus are ignoring the advanced styling changes?
Be sure to include credentials in the private content section.
Cheers!
Dake
Same here, want to change the color of only one of the menu-items of the (main) mobile-menu – nothing (dedicated class, #id, […]) work, whatever I try.
Font size and alignment goes fine, think I got the same “problem” as axelfx07 — any hints!?
-
This reply was modified 10 years, 8 months ago by
Alex.
Hi Elliott
Thank you for getting back to me. So I guess the only way to fix this is to either increase the size of the image or reduce the font size so it can accommodate both the text and CTA button within the slider yes?
Cheers
Archie
Hi Keith!
The effect is actually possible by performing some lengthy css changes to the current Masonry Grid tool with the overlay disabled and “Element Title and Excerpt” set to “display on mouse hover”.
Right now the zoom effect is enabled by default, so you would need to apply a blue background-color (or similar) with an opacity setting of about 0.5 to the thumbnail container (on hover).
For example:
.av-fixed-size .av-masonry-outerimage-container:hover {
position: absolute;
background-color: #509DE1;
opacity: 0.5;
}
The title and excerpt positioning can be altered using the below class group:
.av-masonry-entry .av-masonry-entry-title {
line-height: 1.3em;
margin: 0;
font-size: 50px;
color: #fff;
}
Finally the default background that appears on hover can be removed with the below:
.main_color .container .av-inner-masonry-content {
background-color: transparent;
}
That is the gist for css. The font can be changed using a webfont tool of your choice.
.
Best regards,
Dake
hmm. for some reason changing those pixel values has no effect at all on either caption’s font size. could you please check again?
Thanks
Hi rdswestnet!
I think this is happening because of the font size of the captions. Change its size for the specific screen size using media queries:
@media only screen and (min-device-width: 768px) and (max-device-width: 1078px) {
h2.avia-caption-title {
font-size: 38px !important;
}
.avia-caption-content.av_inherit_color {
font-size: 30px !important;
}}
Cheers!
Andy
Hi jihadmunther!
go to Enfold->Advanced Styling->”Select an element to customize” and choose your main menu link to customize them.
Can you show us your post slider title providing us a link? so we can inspect the elements? Try this code:
.avia-content-slider .slide-entry-title {
font-size: 11px;
}
and adjust as needed.
Best regards,
Andy
Hi Nathan!
Add this to your custom CSS.
#header_main_alternate { border: 0px !important; }
nav.main_menu .menu > li > a {
font-size: 16px !important;
}
Best regards,
Elliott
Hi Nathan!
Thank you for using Enfold.
You can add this to the Quick CSS field:
.avia_textblock p, .avia_textblock {
font-family: Courier;
font-size: 16px;
font-weight: 600;
}
Regards,
Ismael
Hey janeyj!
Thank you for using Enfold.
You can remove the code then replace it with:
@media only screen and (min-width: 1024px) {
.av-main-nav > li > a {
letter-spacing: .5px;
padding: 0 10px;
font-family: 'Open Sans' !important;
font-weight: 500;
font-size: 15px;
}}
Best regards,
Ismael
Hello,
how do i change the font size to my main menu?
also since were here, how do i change the font size to the post slider title?
Having issues with the display on the navigation for iPad. Desktop and phone look great.
I’ve tried numerous @media styles and sizes and there is seemingly no change when I adjust — not to font size, padding…anything.
I have this set in Quick CSS (because the custom.css file isn’t picking up the very same styles I set for anything):
.av-main-nav > li > a {
letter-spacing:.5px;padding:0 50px;font-family:’Open Sans’ !important;font-weight:500;font-size:15px;
}
However, even removing the above style, it only changes the desktop layout. iPad looks the same regardless. Any ideas?
TIA!
Hello,
How do I make my font (text block content) 16px Courier and a darker color that is more eligible to read then the standard enfold default color?
Thank you
I add this to my quick CSS
.header_color .main_menu ul:first-child > li > a { font-size: 18px!important; color: red!important; background-color: green!important; }
.header_color .main_menu ul:first-child > li > a:hover { color: orange!important; }
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: blue!important; }
font size changes, background color changes, but I cannot get any of the colors to change on main menu.
Thank you for your help.
Hi m!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.avia_textblock h2 {
font-size: 30px!important;
}}
Regards,
Yigit
Hi zihuahotel!
You can use this CSS to change the portfolio grid title size.
.grid-entry-title { font-size: 20px !important; }
For the extra text, have you considered using the AJAX portfolio? It gives you a nice way to add extra information, sliders, galleries, etc etc, to each portfolio.
Cheers!
Elliott
i think the orignal set of that is in:
.av-main-nav > li > a {
display: block;
font-size: 13px;
font-weight: 600;
padding: 0 13px;
text-decoration: none;
transition: background-color 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
}
so if you goto quick css and change padding i guess this is what you want:
.av-main-nav > li > a {
padding: 0 30px;
}
Hi Alicia!
Please try the following:
.widgettitle {
background: pink none repeat scroll 0 0;
color: white !important;
padding: 10px;
font-size:25px !important;
text-transform: none !important;
}
Also please link to your previous topic so that we can find the information you have provided previously.
Cheers!
Rikard
Hi!
Thank you for using Enfold.
You can use this instead:
.single-product .template-shop span.amount {
font-size: 20px !important;
text-align: right;
display: block;
}
It will not affect the widgets in the footer area.
Cheers!
Ismael
Hey JJDInnovations!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-masonry-sort a {
font-weight: bold;
font-size: 16px;
}
Cheers!
Yigit
Hi Kriesi,
Really loving the Enfold theme!
I was wandering if there is a way of increasing the size and possibly making bold the font in the sorting menu of a Masonry Content Element, particularly for the page attached.
Regards,
Joyjit
Hi hackoffseries!
There just isn’t enough space there. How would you like to change it? Would you like to try reducing the font size?
Cheers!
Elliott
Dear Kriesi,
we are using a plugin to display in table rows the prices of the variations “Woocommerce Variations Table – Grid”, so now is useless to show the price just under the product name. I hide it with the help of Firebug with:
#top .price, div .stock { display: none; }
and I set price style like this:
span.amount {
font-size: 20px !important;
text-align: right;
display: block;
}
and it works..
The problem is that in the footer there is a widget to display product on sale that use the same span class=”amount”, and may be that class is used also in other places.
How can I reference just the price on top of product page leaving others instances untouched?
Thank you Mauro
Hello,
Sorry, I responded to quickly to my other topic on this before completely checking everything out. I was able to change the titles to have the boxes around them, but I am unable to change the font size of all of my titles to 25px in lowercase, I can put it in my css but it doesn’t take over.
Thanks!
Alicia
ok i have more custom spaces classes:
.custom-spacing h3 {
letter-spacing: -0.01em;
}
.custom-spacing h6 {
letter-spacing: -0.1em;
}
@media only screen and (max-width: 1100px) {
.custom-spacing.custom-overflow h3 {
font-size: 35px!important;
}}
For future reference, here is how I added animation for an icon
All I needed was to remove the classes avia_start_animation avia_start_delayed_animation from the span.av_font_icon
<div class="av-special-heading av-special-heading-h2 blockquote modern-quote avia-builder-el-12 el_before_av_heading avia-builder-el-first av-inherit-size" style="padding-bottom: 10px; font-size: 40px;">
<h2 class="av-special-heading-tag" style="float: left;">
<span class="av_font_icon avia_animate_when_visible av-icon-style- avia-icon-pos-left">
<span class="av-icon-char">
<img class="size-full wp-image-1659" src="http://test.com/coins-logo.png" alt="c-coins-logo" width="40" height="48" /></span></span><span style="color: black;">Make more money</span></h2>
</div>