-
AuthorSearch Results
-
November 29, 2013 at 5:51 pm #194800
In reply to: Schriftgröße in H Überschriften
Hey!
Please add following code to Quick CSS and adjust
h1 { font-size: 40px; } h2 { font-size: 30px; } h3 { font-size: 24px; }Cheers!
YigitNovember 29, 2013 at 5:43 pm #194795In reply to: Schriftgröße in H Überschriften
Hallo!
Please add following code to Quick CSS in Enfold theme options under Styling tab
body { font-size: 16px; }Regards,
YigitNovember 29, 2013 at 10:30 am #194651In reply to: Is There a Way to Customise The Breadcrumbs?
Hey sgrobert!
You can edit framework > php > class-breadcrumbs.php, find this codes on line 26:
echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';and 186:
'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',You can modify the breadcrumb text using this on Quick CSS:
.title_container .breadcrumb { z-index: 10; line-height: 15px; font-size: 13px; position: absolute; right: 0; top: 50%; margin-top: -7px; } .alternate_color .breadcrumb { color : red; }Cheers!
IsmaelNovember 29, 2013 at 10:23 am #194648In reply to: CSS needed
Howdy,
good idea, but now the promobox (see above) does not get any CSS formating.
The css styling of the promobox has now moved to the next element (first column)…My Quick CSS content:
.page-id-734 .content { padding-top: 0; }
#av_section_1 .container { width: 100%; }
body .container_wrap .avia-builder-el-first {
background-color: #3C3C3C;
color: white;}
.av_promobox { max-width: 100%;
padding: 15px 30px; }
.avia-promocontent p {
font-size: 18px;
}I assume the promobox is not “.avia-builder-el-first” any more…?
Can you help?
November 29, 2013 at 3:20 am #194580duttonstuart
ParticipantHi,
Layerslider has been working fine for months and suddenly today when the page loads, it is blank and then the layerslider div dissapears and everything moves up.. But when looking at the page source, just above the layerslider entry there seems to be some code with a youtube link etc.. not mine.. I wonder if this is breaking the code.. worried that I have some adware or spyware ,messing with my page.. I need to get the layerslider back up as soon as possilbe . any suggestions please? anyy idea where this has come from and how I get rid off it and fix the slider?
The code that is appearing is
Notebooksbilliger Gutscheincode
<style>.optionen{position: absolute; font-color:#ddd; top:-1668px; font-size:10;}</style>
binaere OptionenThanks
November 28, 2013 at 5:49 pm #194446In reply to: CSS needed
Hey!
Please add following code to Quick CSS as well
body .container_wrap .avia-builder-el-first { background-color: #3C3C3C; color: white; border-radius: 5px; } .av_promobox { padding: 15px 30px; } .avia-promocontent p { font-size: 18px; }Best regards,
YigitNovember 28, 2013 at 4:06 pm #194375Hey!
First code changes the font size only on main menu items while second code changes both main menu and sub menu.
We do not have some kind of a cheat sheet but @zeusmedia was kind enough to share his CSS hacks which can be found here https://kriesi.at/support/topic/custom-css-for-your-pleasure/#post-25635Best regards,
YigitNovember 28, 2013 at 3:30 pm #194353In reply to: Larger font size in top navigation menu bar
Hey!
Can you post the link to your website and point out which font size you would like to increase?
Regards,
YigitNovember 28, 2013 at 5:27 am #194166In reply to: Full screen slider caption truncated in ipad
Hi – Thanks a lot, that worked by adjusting the padding and font-size. Thank you!
November 27, 2013 at 11:43 pm #194101In reply to: Full screen slider caption truncated in ipad
Hi!
Please try adding following code to Quick CSS as well
@media only screen and (max-width: 480px) { .avia-caption-content h1 { font-size: 25px; } .slideshow_align_caption { padding-right: 250px; } .avia-caption-content p { font-size: 16px; }}After applying the code, please flush browser cache and refresh your page a few times
Regards,
YigitNovember 27, 2013 at 10:53 pm #194091In reply to: Header in different colors and portfolio image size
Hey!
Header
1) Can you post a screenshot and show how you would like logo to be? And currently, i see no seperator between logo and menu
2) Please add following code to Quick CSS to make active menu item orange.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: orange; }3)
.current-menu-item>a>.avia-menu-fx { display: none; }4) In WordPress dashboard, please go to Appearance > Editor and open Header.php file and find
do_action('ava_after_main_menu');And add your image after closing div tag as shown here http://i.imgur.com/DNN2fgT.jpg
Font
1) Which font exactly do you mean? You can go to Enfold theme options > Styling and change the font if you would like.
2) You can use heading tags. Please see http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_headers
3) You can highlight texts as shown here http://i.imgur.com/csSI7L4.jpg
Links
1).image-overlay { display: none!important; }Best regards,
YigitNovember 27, 2013 at 7:50 pm #194035Thanks! – So there is a question:
When we originally asked how to change the size in the main navigation you gave this:
.main_menu ul:first-child > li > a { font-size: 14px; }2. In your support we additionally found this for the main navigation (which also works):
#top .main_menu ul.menu li > a { font-size: 14px; }what is the difference?
3. now you have given this for the drop down menu (It works nicely without changing the additional navigation – thanks! (non-fixed header with additional navigation))
#top .main_menu .menu li ul a { font-size: 14px; }is 2. ok to use or is there a cleaner script?
It would be great if you would post a list of the main css elements so we can leave you in peace for more complex issues.
sometimes inspecting the elements does not work so easily.November 27, 2013 at 7:14 pm #194009Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
#top .main_menu .menu li ul a { font-size: 16px; }Cheers!
YigitNovember 27, 2013 at 6:14 pm #193949In reply to: Main menu links: remove fixed height
Hi alkaithil!
By height are you referring to the font size? can you post a screenshot of what you want to achieve? a link to your website would be helpful too.
Best regards,
JosueNovember 27, 2013 at 5:15 pm #193925In reply to: Larger font size in top navigation menu bar
Dear Team,
I found this code to increase size of main and drop-down menu#top .main_menu ul.menu li > a {
font-size: 14px;
}
#top .sub_menu ul.menu li > a {
font-size: 14px;
}problem is that the size of the secondary menu Header (non-fixed header with additional Navigation and social icons) increases as well
how to keep that the default size?How to move the social icons to the right of the secondary menu on the far side of the telephone number?
Thank you!
November 27, 2013 at 4:50 pm #193912Thanks – still cannot find where to change the font-size of the drop-down menu items. (inspected elements to find css style)
November 27, 2013 at 8:41 am #193748In reply to: Content width margin
sorry i have 1 more question.
in text block Face, if I add this shortcode, the image below that becomes left centered somehow.
If i delete this shortcode, it’s back to center.[av_button label='Learn More' link='page,8' link_target='' color='orange' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='ue832' font='entypo-fontello']
thanks in advance.
November 27, 2013 at 6:42 am #193728In reply to: table header
Hey edebe!
We can’t seem to fix this issue yet. We suggest to disable the responsive css coding for table on mobile view. Edit css > shortcodes.css find this code on 1203:
@media only screen and (max-width: 767px) { .responsive div .avia-data-table table, .responsive div .avia-data-table tbody, .responsive div .avia-data-table tr, .responsive div .avia-data-table td, .responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;} .responsive .avia-data-table{border-style:solid; border-width: 1px;} .responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;} .responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;} .responsive .avia-data-table td:before { display:block; font-style: italic; font-size: 11px; } .responsive .avia-data-table td { position: relative; } }We might need to adjust the width of the table after.
Best regards,
IsmaelNovember 27, 2013 at 5:32 am #193681In reply to: Main menu brakes in two lines in ipad
Hey!
Hi!
You can add this on your custom.css or Quick CSS to reduce the font size and padding of the bottom menu:
.bottom_nav_header.social_header .main_menu ul:first-child>li a { font-size: 11px; } .main_menu ul:first-child > li > a { padding: 0 11px; }Cheers!
IsmaelRegards,
IsmaelNovember 27, 2013 at 12:23 am #193630In reply to: Main menu brakes in two lines in ipad
Hi Yigit, I followed your instructions and I’m still getting the white gap at the right of the menu now on Chrome, IE and FF.
Do I need to open another topic to learn how to modify submenus width, background color and font size?
Thanks in advance.
-
This reply was modified 12 years, 5 months ago by
jorgepelaez.
November 26, 2013 at 11:59 am #193366In reply to: Header in different colors and portfolio image size
Hello everybody,
I’m on that client again now and still have the following issues:
HEADER:
– I’m using a non-fixed-header. The logo should be above the header. With the CSS code you gave me, there is way too much space between the logo, the nav-menu items and the content below. And there is a separator between the logo and the nav-menu (please see the current site)
– the highlighted menu item (e.g. “angebot” when selected) should come in orange. The other menu items should stay grey
– I would like to remove the colored small line under the selected menu item
– I would like to add a small image to the header. It should be aligned right and linked to the contact (“kontakt”) pageFONT:
– The font style is too strong for the client’s taste. I tried to reduce it from 600 down to 500. But it appears to be only strong or not. Any other possibility?
– I’d like to have two different font sizes in one line. How would I do that? E.g. “profile | SKCC” -> “profile” should come in 16px and “SKCC” in 30px
– I’d like to highlight text with a specific color. Is it possible?LINKS:
– can I remove the animated enfold arrow which appears when I mouse over a linked image
The temporary website:
http://webigami.de/skccI really appreciate your help! Thak you all so much!!!! :)
Cheers,
JanNovember 26, 2013 at 2:18 am #193242Topic: style not load in catalan pages – wpml
in forum Enfoldxpoveda
ParticipantHello, I am trying to load the h3 style and I do not load pages in catalan. I am using WPML.
http://web.sweetmary-cakes.com/sobre-mi/ –> OK font text “Sobre mi”
http://web.sweetmary-cakes.com/ca/sobre-mi-2/ –> NOK font text “Sobre mi”h3 {font-family: “mahalia”, cursive; font-style: font-size:;; 700: normal font-weight 40px;}
. widgettitle {font-size: 20px; font-weight: 700; letter-spacing: 1px; text-transform: none;}
. wf-loading h3 {visibility: hidden;}
. wf-active h3 {visibility: visible;}I put it in the css / custom.css file, in the theme style.css or the childtheme but does not work.
Any idea?
Thank you!
Xavier.
November 25, 2013 at 8:16 pm #193129Lieber Peter
Hey vielen Dank für die super schnelle Antwort!
Punkt 1) scheints nicht zu brauchen, bewirkt meiner Ansicht nach nichts
Punkt 2) hat geholften, die Bilder springen nicht mehr :-) super!
mit Punkt 3) meinte ich den Effekt wenn der Cursor das Bild berührt wird das Bild milchig und ein Pfeil erscheint als Zeichen dass das Bild verlinkt ist.Noch lieber würde ich jedoch die GANZE Iconbox verlinken. Ist das möglich? und eben ohne dass auf den Bildern dieser Pfeil erscheint aber der Cursor sich ändert.
Vielen Dank für Deine Bemühungen. Habe schon im Forum gesucht jedoch nichts passendens gefunden das ich verstanden hätte ;-)Neue Frage: Die Überschriften erscheinen mir sehr gross! H1 etc… kann ich irgendwo die Grösse einstellen? Vorallem für das *special heading”. Bis jetzt machte ich das mit “<span style=”font-size:65%”>Überschrift Text</span><br />. direkt in der Zeile, das ist jedoch nicht so praktisch…
Liebe Grüsse
DanielNovember 25, 2013 at 4:38 am #192746Hey beejman4000!
Go to Enfold > Styling > Defines the Font for your body text > Select a font. You can also add this on Quick CSS field:
blockquote { font-size: 16px; line-height: 1.5em; font-family: Arial; }Cheers!
IsmaelNovember 25, 2013 at 1:49 am #192699In reply to: Selector for drop-down items in main navbar
Hi solarmediapro!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
#top .main_menu .menu li ul a { font-size: 18px; } /* font size of sub menu items */ .header_color .main_menu .menu ul li a { color: red; } /* color of sub menu items */ #top .header_color .main_menu .menu ul li>a:hover { color: green; background-color: blue; } /* hover state of sub menu items */Best regards,
YigitNovember 25, 2013 at 1:43 am #192697Topic: Selector for drop-down items in main navbar
in forum EnfoldJason E
ParticipantI am having a devil of a time setting the font sizes. I have got some of them figured out, but the selectors are not always easy to figure out, or are a mile long.
What is the best way to grab all of the drop-down items from the main navbar and correctly set their attributes like size and stateful color?
November 25, 2013 at 12:45 am #192678Topic: Change Type font and size for blockquotes paragraph style
in forum Enfoldbeejman4000
ParticipantIn Enfold, how do I change the type size and font for the blockquotes paragraph style?
November 25, 2013 at 12:34 am #192671In reply to: Megamenu Font size sub menus
Hi!
Actually, as you have set them, they are outputted as title menus. You can take a look at this video tutorial to learn more about mega menu http://vimeo.com/channels/aviathemes/67651241
Regards,
YigitNovember 24, 2013 at 10:13 pm #192630In reply to: Megamenu Font size sub menus
Yes, that works ;) have added this to the custom.css though; you may want to know that the default template as being downloaded yesterday does have this megamenu issue; as for fontsize as well as for the padding.
November 24, 2013 at 7:10 pm #192578In reply to: Header Styling and Formatting Questions
Thanks for your help. However, I’m still having trouble with items 3 & 4.
If you notice in my screengrab, the font color of the drop-down menu items didn’t change when static. The hover color change did work though. Can you please see why the static color didn’t change? Also, how can I make the hove font be bold as well?
Lastly, if you look closely, you’ll see the trim changed to the right color, but now it’s too short. It used to be perfect on all except one menu item, but now it’s different sizes throughout.
My website is located at http://shiaunycspine.com/dev/

-
This reply was modified 12 years, 5 months ago by
-
AuthorSearch Results
-
Search Results
-
Hello, I am trying to load the h3 style and I do not load pages in catalan. I am using WPML.
http://web.sweetmary-cakes.com/sobre-mi/ –> OK font text “Sobre mi”
http://web.sweetmary-cakes.com/ca/sobre-mi-2/ –> NOK font text “Sobre mi”h3 {font-family: “mahalia”, cursive; font-style: font-size:;; 700: normal font-weight 40px;}
. widgettitle {font-size: 20px; font-weight: 700; letter-spacing: 1px; text-transform: none;}
. wf-loading h3 {visibility: hidden;}
. wf-active h3 {visibility: visible;}I put it in the css / custom.css file, in the theme style.css or the childtheme but does not work.
Any idea?
Thank you!
Xavier.
In Enfold, how do I change the type size and font for the blockquotes paragraph style?
