Forum Replies Created
-
AuthorPosts
-
Hey Gekko101!
1- Please go to Enfold theme options > Blog Layout and uncheck unwanted meta under “Blog meta elements”. You can also add following code to Quick CSS in Enfold theme options under General Styling tab
.date-container, .text-sep-date, .text-sep-cat, .blog-author { display: none; }2-
.small-preview { width: 100px; height: 100px; } .multi-big .post_author_timeline, .single-small .post_author_timeline { left: 50px; }Last line of code should be adjusted according to width and height
Cheers!
YigitHi!
Please try and let us know so we can mark this thread as resolved or assist you further
Cheers!
YigitHey!
Please feel free to request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
YigitJuly 31, 2014 at 1:00 am in reply to: section on a page pushes the sidebar below the section #297984Hi Frank!
Please turn on custom CSS field for ALB elements (http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/), give a custom class to your table and then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-class tr.avia-pricing-row td:first-child { background: red; } .custom-class tr.avia-pricing-row td:first-child h3 { color: white; } .custom-class tr.avia-pricing-row td:nth-child(2) { background: blue; } .custom-class tr.avia-pricing-row td:nth-child(2) h3 { color: orange; } .custom-class tr.avia-pricing-row td:nth-child(3) { background: green; } .custom-class tr.avia-pricing-row td:nth-child(3) h3 { color: yellow; }Best regards,
YigitJuly 31, 2014 at 12:48 am in reply to: Checkout page – wrong position of checkbox and AGB text #297980Hey DuriaGlobal!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #payment .terms { padding: 0; text-align: left; position: relative; top: -65px; }Best regards,
YigitHey Yuniyuni!
Yes it is possible. Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1024px) and (min-width: 768px) { .av-main-nav > li > ul { height: 500px; overflow: hidden; overflow-y: scroll; }}It will make the height of dropdown menu 500px on screens smaller than 1024px and it will be scrollable
Cheers!
YigitHi Larry!
Please firstly turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your image a custom CSS class. Then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-class { margin-bottom: -100px!important; } #footer { z-index: 0; }Regards,
YigitHi!
Please add following code to Quick CSS
#header_main { margin-bottom: -10px; }If that too does not help, please post a screenshot and show where exactly you would like to eliminate
Cheers!
YigitHey Nathan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
dl { border: none!important; }Regards,
YigitHi!
It would be better to wrap it inside media queries as following, not to mess up the look on mobile
@media only screen and (min-width: 990px) { .page-id-2439 .iconbox { margin-top: -280px!important; }}Regards,
YigitHi!
Can you please post a screenshot and show the element you would like to remove? You can upload your screenshots on imgur.com or Dropbox public folder
Cheers!
YigitHi!
Glad you figured it out! Let us know if you have any other questions or issues :)
Cheers!
YigitHey Micheal0424!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 1140px) { .page-id-22 .top_tab .tab { padding: 12px 25px 14px 24px; }} .tab_inner_content h3 { text-align: center; }Cheers!
YigitHi taylorphotowings!
You can enable debugging mode to see the shortcodes on default editor. Please see – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Can you please post the link to your website? We may need a temporary admin login as wellBest regards,
Yigit-
This reply was modified 10 years, 9 months ago by
Yigit.
Hey mcraig77!
Two of your images are 800x553px and the first one is 800x495px. It would be the best if you upload the images the same size
Regards,
YigitHi mcraig77!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
span.image-overlay-inside:before { background-color: red!important; color: orange!important; }Best regards,
YigitHi!
Please go to Appearance > Widgets and add Text widget to any of your Widget areas and add your shortcode inside text widget
Regards,
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (min-width: 990px) { .container { width: 930px; }}Regards,
YigitHi!
Please add following code to Quick CSS
.alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a { color: #888; }Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { max-width: 85%; height: auto !important; }}Best regards,
YigitHi!
Awesome! Let us know if you have any other questions or issues Hans :)
Regards,
YigitJuly 30, 2014 at 6:12 pm in reply to: Remove link in the category title in header single post #297860Hey!
I have answered your questions here on your other topic – https://kriesi.at/support/topic/add-signup-form/#post-297835
Best regards,
YigitHey quadrocreative!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.special_amp { font-family: inherit; font-style: inherit; font-size: inherit; line-height: inherit; font-weight: normal; }Cheers!
YigitJuly 30, 2014 at 5:49 pm in reply to: Move position of menu & make 1/5's of a page larger (making gap between smaller) #297845Hi!
Please add following code to Quick CSS as well
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px; }Best regards,
YigitHi!
Do you rescan/update the files first? If there are missing strings, rescanning/updating should add them as well
Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home ul.nested_nav { display: none; }P.S.: Did you wanted to remove this one on your other topic? :)
Cheers!
Yigit -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
