Forum Replies Created
-
AuthorPosts
-
Hi LepsienArtFoundation ;
You can find the custom size of the texte :
Dashbord > Theme Options > General Styling > Fonts > Default content font size
or
as it’s shown here :
May 19, 2015 at 9:44 am in reply to: Theme Font style not being applied to Recent Posts widget #446279Hi karennel;
strange, I’ve double checked (on my site and yours too) and it works.May 18, 2015 at 2:09 pm in reply to: Theme Font style not being applied to Recent Posts widget #445648Hi karennel;
try to add this code into your custom css file ;.widget_recent_entries li a{ font-style: normal; font-family: "Source Code Pro", "Times New Roman", Helvetica, Arial, sans-serif; color:#000 }
adjust theme as you like
By the way, this color comes from :
Dashbord > Theme Options > General Styling > Main Content > Main Content secondary font colorHi paaploo;
You can find many the information that you are looking for, and further : http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/Hi paaploo ;
It’s “Testimonials”, see the image below :
Hi torndownunit ;
I’ve just tested, it works,
please clear browser cache and check it againMay 16, 2015 at 10:50 pm in reply to: Looking for a Demo Import for "Home v11: Transparent Menu" #445319Hi kongng ;
In “Enfold Default Demo” the “Home v11: Transparent Menu” named as “Transparent Header”Hi Gagrakacka ;
try to add this line into your custom css :.template-page .entry-content-wrapper h1{text-transform: none;}
A web site, with Enfold, for a restaurant Restaurant Derya à Paris
@Support Team : Thanks for your time and attention.
Hi Carodin ;
#1 : its called “Animated numbers” and you’ll find it whlie creating your page by Advanced Layout Builder. Just drag and drop and fill it with your numbers.#2 : The page is for all the demos of Enfold and there are 10 of theme, which one ?
Hi mcass;
truy with these lines (insert theme into your custom css file) ;
for ffoter :#footer{font-size: 13px !important;}
for socket :
#socket{font-size: 13px !important;}
- This reply was modified 9 years, 6 months ago by begrafiks.
Hi markpevas ;
try to add these lines into your custom css file :
* Field Background Color#top fieldset {background-color: #000;}
* Font Color – Submit button color
.main_color input[type='submit'] { background-color: #a81010; color: #ffffff; border-color: #860000; }
adjust the colors as you like
Hi strengthcoaching;
the css code lines go to Quick CSS (or style.css if you have a child theme)Hi Analyze-Design ;
in your child theme there is ;.avia-menu-fx { bottom: 34px; }
move or change it (if it’s not -absolutely- necessary) to hide grey line at the top of the Menu element
Hi der_velli ;
you can choose a “transparency” option while creating your page (or after) int “Layout” section which is :
on the right side under “Sidebar Settings” and it’s called “Header visibility and transparency”
and add the second logo in
Dashbord > Theme Settings
Hi weishaeupl ;
here is the answer :
https://kriesi.at/support/topic/copyright-7/#post-233103Hi covaun ;
these topics can help you :
https://kriesi.at/support/topic/logo-rezise/
https://kriesi.at/support/topic/logo-overlapse-header-div/
https://kriesi.at/support/topic/overlapping-shrinking-logo/May 6, 2015 at 9:44 am in reply to: Body text is going over header when using transparent header #440199Hi eyeweb ;
try to add a “separator/white space” before your content in the page.
see the image and adjust the height
- This reply was modified 9 years, 6 months ago by begrafiks.
Hi agmadrfat ;
try to add this line of css i to tour custom css file :.avia-menu-fx{bottom: 5px !important; }
adjust as you like
Hi InfintyJane2013 ;
If you’ve put the ID “janes” as in your reply above (#438954) the code to have white transparent (50%) would be :
#janes .flex_column { background: rgba(255,255,255,0.5);}
#janes given as ID to Color section you can target every elements in it buy starting with “#janes” to your css code
Hi mocablue;
you can try with this line ;#top #header .avia_mega_div > .sub-menu > li > ul > li a{padding: 0px 12px 0px 12px !important;}
Hi kevsboredagain ;
if you resize your images a little bit smaller (height 850px max ) the lightbox border may stay in the browser.Hi akmhou ;
have you tried with :#top .aviaccordion-preview h3{ font-size: 11px} #top .aviaccordion-preview p{ font-size: 11px}
Hi mocablue ;
I think you can achieve that action with “Media Queries”@media only screen and (min-width: 1310px) { .layer_slider_1 { max-height: 443px;} }
* use the rigth “name” of the slider
* adjust the sizes as you likeHi liamtct ;
you can choose the “transparency” option while creating your page (or after) int “Layout” section which is :
on the right side under “Sidebar Settings” and it’s called “Header visibility and transparency”Hi tokyoluz and Elliot ;
sorry to jump in ;
as there are two tables you should target theme with the specifique number of the table created by enfold as “.avia-table-1”, “.avia-table-2”.Here is the css code for the first one “pink” :
.avia-table-1 .pricing-table li.avia-heading-row{ background-color: #F12BE7; } .avia-table-1 .pricing-table li.avia-pricing-row{ background-color: #D303C9;}
for the second one :
.avia-table-2 .pricing-table li.avia-heading-row{ background-color: XXXXXXX; } .avia-table-2 .pricing-table li.avia-pricing-row{ background-color: XXXXXXX;}
if necessary you could target the “border-color” too.
Hi ugursmsk ; Gunaydin,
You can target the “p” elements ( the text you put as Name, your e-mail etc.) with following code ;.avia_ajax_form p{font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important;}
To target the text put by the client (the answers to your questions) with following code ;
#top .avia_ajax_form .text_input{font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important; }
adjust the “font” as you like
Hi WolfvanHaeren ;
You can find it in ;
Dashboard > Theme settings
see the image :
and add this line in to your custom css file too :
.text-sep-cat{display:none !important;}
Hi a00109943;
try to add this code too :@media only screen and (max-width: 767px) { .logo { display: none; } }
Hi Biggy;
to show a second area in the header see the Enfold documentation :
http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ -
AuthorPosts