Forum Replies Created
-
AuthorPosts
-
Hey Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-entry .inner-entry { box-shadow: none; } div.grid-content { text-align: left; }Best regards,
YigitHey!
Can you post a screenshot and show the lines so we can make sure to understand it clearly?
Cheers!
YigitHey!
Please review your website now. You can find custom CSS code i added in Quick CSS field. Please adjust them as needed
Cheers!
YigitHi getHopeGlobal!
On your “stories-from-the-field” page, you are using Blog Grid as Blog Style and on “get-news” page, you are using Big Preview Pic. Please edit Blog Posts element on your “get-news” page and choose Blog Grid as Blog Style
Best regards,
YigitJune 26, 2014 at 10:49 pm in reply to: How can I delete the TIME in the Combo widget but keep the DATE stamp? #284328Hey!
I have replied you here for your other questions – https://kriesi.at/support/topic/how-to-change-text-size-color-and-remove-hover-in-recent-posts-widget-footer/#post-284100
and feel free to post your requests here – https://kriesi.at/support/enfold-feature-requests/ or vote the ones that are already requested.
We are also working on a more advanced search for the forum.
You can find Enfold documentation here – http://kriesi.at/documentation/enfold/ more and more content will be added/are being added there such as code snippets and video tutorials.
For any other questions or issues you are having, you can always use support forum and we will gladly help you.Regards,
YigitHey!
You are welcome, always glad to help! :) Let us know if you have any other questions or issues
Best regards,
YigitHey!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery(‘a’).removeAttr(‘title’); jQuery(‘img’).removeAttr(‘title’); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Cheers!
YigitHey Stevie369!
Please edit your page and simply choose to display “No transparency” under Layout section – http://i.imgur.com/a9NgWe4.png
Regards,
YigitHey!
Please add following code to Quick CSS as well
.page-id-11 div.entry-content-wrapper.clearfix > h3 { padding-left: 50%!important; }Best regards,
YigitHi!
– Please make sure that you are using Default Editor to see full list of shortcodes – http://i.imgur.com/n4KXkdm.jpg
– Feel free to request such feature here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/Best regards,
YigitHey!
You are welcome :)
Following selector does.header_color .avia-menu-fx { background-color: purple; }Best regards,
YigitHi!
Please add following code to Quick CSS as well
form#mepr_forgot_password_form { padding-left: 50%; }Best regards,
YigitHey!
Please try and let us know so we can mark the thread as resolved or assist you further!
Cheers!
YigitJune 26, 2014 at 7:12 pm in reply to: Author Avatar not displaying properly in Fancier Author Box Plugin #284237Hey onegirlrtw!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.ts-fab-avatar > img { margin-left: 0 !important; }Cheers!
YigitHey Ben!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.comment-container, .text-sep-comment { display: none; }Cheers!
YigitHi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 990px) { #header_main .social_bookmarks { left: 0; }}Regards,
YigitHi glenclay!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-form#mepr_loginform label { margin-bottom: -20px; }2-
#top .gform_wrapper ul li.gfield { margin-bottom: -15px; }3- Can you show us an example, how should it look?
Regards,
YigitHi papernapkinmarketing!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.main_color a, .alternate_color a, .main_color strong, .alternate_color strong { color: inherit!important; } .avia-section div.avia_textblock { font-size: 16px; }Regards,
YigitHey!
You are welcome, let us know if you have any other questions or issues :)
Best regards,
YigitHey killyman!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.logo { margin-left: -10px; }If that does not work, please post the link to your website
Best regards,
YigitHey papernapkinmarketing!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_font_icon.av-icon-style-border .av-icon-char { margin: 0; }Cheers!
YigitHey jb84!
Please go to Enfold theme options > Advanced Styling tab and edit “Main Menu Links”. And to change transparency menu color, please go to Enfold theme options > Header Layout > Transparency Options and change under “Transparency menu color”
Best regards,
YigitHi Richard!
By adding following code to Quick CSS in Enfold theme options under General Styling tab
div.special-heading-border { display: none; }Regards,
YigitJune 26, 2014 at 5:39 pm in reply to: Sidebar background color (or gradient) – full sidebar height, to top of footer #284182Hey!
You can try adding following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-5959 .sidebar { min-height: 2000px; background: #e2e2e2; }You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
This is not a reliable solution. If that does not work for you, please hire a freelance developer as Ismael suggestedCheers!
YigitHey GeoCreo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.avia-menu-text { text-transform: uppercase; }Best regards,
YigitJune 26, 2014 at 5:29 pm in reply to: Blog Post with Sidebar right and after clicking on the header in fullsize #284175Hey sunshineh!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery( '#header' ).click(function() { jQuery( '.single-post .nine.units' ).css('width', '100%').css('border', 'none'); jQuery( '.single-post .sidebar' ).css('display', 'none'); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
Yigit -
AuthorPosts
