Forum Replies Created
-
AuthorPosts
-
the pictos image size = 900x400px
https://kriesi.at/themes/enfold-business-flat/wp-content/uploads/sites/43/2014/08/icon_bg_trans_wave.pngHi @Anj27;
I think you can find the answer, and more, in the Enfold Documentation.Hi @Valerie;
the reason, I thnk, is that you keep still using the “theme color” for your button.
Try with this code :[av_button label='Schedule Your Complimentary Consultation' link='manually,https://app.acuityscheduling.com/schedule.php?owner=15885932&appointmentType=6833129' link_target='_blank' size='small' position='center' label_display='' icon_select='no' icon='ue800' font='entypo-fontello' color='custom' custom_bg='#444444' custom_font='#ffffff' av_uid='av-35t993' admin_preview_bg='']
- This reply was modified 5 years, 9 months ago by begrafiks.
Hi @UXER-ONLY,
try ths plugin :
Polylang
Polylang DocumentationHi frago20,
sorry to jump in, here what I think :
your logo is 300px*300px but the main subject (the name of the hotel + image) is about 1/3 of your logo therefore you have a logo as if it was 100px*100px (your header height is 90px).
In the footer area, the space commes from your logo again (the 2/3 gap -1/3 in each side- creats en empty area all over the the logo in the footer zone and those two other zones too.Hi @janton1 ;
sorry to jump in.but have you added a “product image” ?Maybe this can help you in your styles (adjust as you like) ;
.pricing-table>li { font-size: 15px !important;}
Hi BodyTalkCare ;
Have you tried not to “hide empty cells” in the Table Options ?Hi @jubaboxer ;
it seems that your post slider is in a “Color Section” so you can give an “id” to “your color section” to target just the post slider in the color section :#your-id-color-section .html_elegant-blog .avia-content-slider .slide-entry-title { font-size: 50px !important;}
- This reply was modified 7 years, 7 months ago by begrafiks.
Hi @luisgasser ;
I think it’s because you’ve forgotten the second { – just before the selector :@media only screen and (max-width: 767px) { { h2.avia-caption-title {font-size: 12px !important;} }
- This reply was modified 7 years, 7 months ago by begrafiks.
Hi @ichmusshierweg;
I’ve found the answer in Enfold Documentation :add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Raleway'] = 'Raleway:200,300,400,600'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Raleway'] = 'Raleway:200,300,400,600'; return $fonts; }
Hi @Jubaboxer ;
This may help you :
.html_elegant-blog .avia-content-slider .slide-entry-title { font-size: 50px !important;}
Hi @Luisgasser ;
have you tried with :@media only screen and (max-width: 767px) { h2.avia-caption-title {font-size: 12px !important;} }
Hi everyone ; here is an informative website Auguste Retouches – Paris ; for a « sewing and retouching workshop » in Paris – France , based on awesome Enfold Theme.
- This reply was modified 7 years, 7 months ago by begrafiks.
Hi @dith_solanki,
the information that you’re looking for is in Enfold documentation : Change the Footer text and Link and many othersHi @johnnybimma,
try with this ;#top #wrap_all .av-main-nav ul > li > a{ background-color: #fdd500 !important; border-color: #ffdd42 !important; }
adjust the colour as you like
Hi @Pas7o;
is ist what you were looking for :.widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a { font-weight: normal !important; background-color: #fdd500 !important; font-size: 13px !important; color: #000 !important; }
adust as you like
Hi @cpapillion,
the adrese of your logo is still “https”
see the image : http://imgur.com/wyaqoWN
Hi @onlylettesrandnumbres ;
I’m really NOT sure but have you tried to add a border radius to your “img” in your slider?img { border-radius: 25px !important;}
- This reply was modified 7 years, 9 months ago by begrafiks.
Hi @oozban;
If I’ve not misunderstood you are talking about “header transparency option”.
While creating your page on the right side there is a section called “LAYOUT”,
in this section find “Header visibility and transparency” use them as you like- This reply was modified 7 years, 9 months ago by begrafiks.
Hi @oozban;
see the “section minimum height” and “saction padding” in your Color Section
Hi @martinimarcello00 ;
I think you should choose Header Mobile menu activation 990px instead of 768px.Hi @wcnorris10 ;
#1 : “to change the font size and colors within the sub menu header“:
Go to ; Dashbord > Theme Options > Advanced styling > Main menu sublevel Links.#2 :“ sub level shows it is being spread out from left to right”
I think you should not check the box “Use as a Mega Menu”.You can find more information in Enfold Documentation.
- This reply was modified 7 years, 10 months ago by begrafiks.
Hi @GL360DDC,
have you tried with these codes (adjust the color as you like) :for the text color :
#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content * { color: #f80303 !important; }
for the overlay color :
#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content { background: rgba(255, 255, 255, 0.5) !important; }
HI everyone and The Enfold Team, HAPPY NEW YEAR ;
here is my last work : an informative site for a women’s dresses shop in Paris – France, and based on awesome Enfold :
Exaltation – Paris- This reply was modified 7 years, 10 months ago by begrafiks.
November 30, 2016 at 12:49 am in reply to: Additional Fonts for Body text (not available in drop-down menu) #718587Hi @danielpa4,
you can find how to add new fonts into your theme and more tips in Enfold Documentation- This reply was modified 7 years, 11 months ago by begrafiks.
Hi @inchmasterflex;
have you tried with adding “font weight” ?add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’); function avia_add_heading_font($fonts) { $fonts[‘Quando’] = ‘Quando:400’; return $fonts; }
Hi @feoleb,
try with these lines of CSS code ;/*Mobile Styles================================================== */ @media only screen and (max-width: 767px) { /*CHANGE TEXT COLOR TOP BAR*/ .av_secondary_left .sub_menu { color: #21456e !important;} }
Hi @tennetno ;
you can find yhe answer in Enfold DocumentationHi @minlie,
In the Dashboard go to Appearance > Menu and check your main menu (and/or others) , see the image …
Menu-enfold- This reply was modified 8 years, 1 month ago by begrafiks.
-
AuthorPosts