Forum Replies Created
-
AuthorPosts
-
July 28, 2014 at 8:55 am in reply to: How to change bottom border colour of title/breadcrumbs bar #296590
Hi!
Please remove:
.title_container .breadcrumb{ border-bottom: 3px solid red; padding-bottom: 5px; }
If I add the following in firefox it works:
#main .title_container { border-bottom: 2px solid black !important; }
Cheers!
GünterHi!
The code that implements the promobox is found in:
enfold->config-templatebuilder->avia-shortcodes->promobox.php
enfold->js->shortcodes.js
enfold->css->shortcodes.cssBest regards,
GünterHey!
Replace code above:
.sidebar h3 { font-size: 1.1em !important; } #footer .widgettitle{ font-size: 1.1em !important; } #footer .widget li{ font-size: 1.1em !important; }
Best regards,
GünterHi!
Try this:
#footer h3, .sidebar h3, .widget a { font-size: 1.1em !important; }
To Orsted – adjust value:
.page-id-797 .avia-builder-el-13 .avia_textblock { font-size: 0.9em !important; }
Cheers!
GünterHey!
Try the following:
body{ font-size: 1.1em !important; }
body actually covers footer and sidebars.
Come back, if it does not work
Best regards,
GünterHi!
Try the following and adjust the value:
#main .sidebar{ padding-top: 0px; }
Cheers!
GünterHey sdbroker!
Thank you for using our theme.
No, by default a second button is not supported. If you like that, you have to change the php code to implement it.
To fix the problem with the click event try to put the following in custom.css or Enfold->styles->Qick-CSS field:
#top .main_color .avia-color-theme-color { z-index: 5000; }
Cheers!
GünterJuly 27, 2014 at 12:42 pm in reply to: How to change bottom border colour of title/breadcrumbs bar #296444Hey!
Try this:
.title_container { border-bottom: 1px solid black; }
Regards,
Günter- This reply was modified 10 years, 4 months ago by Günter.
Hey charger70!
Thank you for using our theme.
In custom.css or Enfold->styles->Quick CSS field put the following code and adjust the vaules:
form .wc-force-sells{ margin-left: 300px !important; } form .wc-force-sells li{ margin-left: -8px !important; }
Best regards,
GünterHi!
In custom.css or Enfold->Stylies->Quick-CSS field put the following:
body{ font-size: 1.1em; }
Values > 1 enlarge the fonts.
Best regards,
GünterHi!
Try the following:
#footer .widget { margin: 15px 0 !important; }
Cheers!
GünterHi!
Try the following:.title_container .main-title a{ display: none !important; }
Best regards,
GünterHey Gee Are!
The title of the page is displayed above the breadcrumbs. There is no option to repeat it again above the text.
If you like that, you have to repeat it in the text.
Best regards,
GünterHey Gee Are!
Thank you for using our theme.
In Enfold->Advanced Styling you can change the style of various html tags.
If you need more detailed styling, can you send us a link to the page, where you want to change the CSS.
Regards,
GünterHey Gee Are!
Thank you for using our theme.
In custom.css or Enfold->Styles->Quick-CSS field put the following and adjust first value:
#main main{ padding-top: 10px !important; } .widget{ padding: 15px 0px !important; }
Cheers!
GünterHey!
If you can choose a predefined size from function.php this would be the easiest way.
You just have to take the name like portfolio_small.
If this is not an option add the following in function.php after entry_without_sidebar and adjust the values.
$avia_config['imgSize']['your_selected_size'] = array('width'=>710, 'height'=>270);
You have to regenerate the thmbnails with a plugin like https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
GünterJuly 27, 2014 at 9:28 am in reply to: Bigger font size of submit buttons for comments and contact forms #296392July 26, 2014 at 5:52 pm in reply to: How to change bottom border colour of title/breadcrumbs bar #296256Hey!
I’m not sure if i got you right, because the link leads me to a green background.
To put a border at the bottom of the breadcrumb eg:
.title_container .breadcrumb{ border-bottom: 3px solid red; padding-bottom: 5px; }
Probably you will have to adjust the padding also.
Cheers!
GünterJuly 26, 2014 at 5:42 pm in reply to: Bigger font size of submit buttons for comments and contact forms #296255Hey Morticka!
Thank you for using our theme.
Put the following in custom.css or Enfold->Styles->Quick-CSS field and adjust the value:
input[type="submit"]{ font-size: 16px; }
Cheers!
GünterHi nnn666nnn!
Thank you for using our theme.
In Enfold->Styling->Quick-CSS field put the following and adjust the value:
.current-menu-item a, .page_item a{ font-size: 16px !important; }
The second question: No, this cannot be done with pure CSS.
Best regards,
GünterHey ecoresearch!
Thank you for using our theme.
Can you send us a link to the page please?
Best regards,
GünterJuly 26, 2014 at 10:52 am in reply to: How to change bottom border colour of title/breadcrumbs bar #296193Hey Webbee!
Thank you for using our theme.
Please refer to this post. It should anwer your question.
https://kriesi.at/support/topic/blog-posts-excerpts-enfold/
Regards,
GünterHi Arran!
Thany you for using our theme.
In Custom.css or Enfold->Styling->Quick-CSS field put the following:
.post time, .post .text-sep-date, .post .comment-container, .post .text-sep-comment, .post .text-sep-cat, .post .blog-author{ display: none; }
Cheers!
GünterHey Arran!
Thank you for using our theme.
To change the size of the image put the following code in functions.php of enfold or the child theme and replace your selected size with one of the sizes in functions.php line 91ff:
function my_avatar_size($size, $src, $class) { return 'your selected size'; } add_filter('avf_testimonials_avatar_size', 'my_avatar_size', 10, 3);
You also can register your own image sizes.
To change the location of name,… you have to change the php source in enfold/config-templatebuilder/avia-shortcodes/testimonials.php.
It is not supported by the theme and beyond the scope of support.Cheers!
Günter- This reply was modified 10 years, 4 months ago by Günter.
-
AuthorPosts