Forum Replies Created
-
AuthorPosts
-
Hi Finlando!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header-scrolled #header_main_alternate { border-bottom: 1px solid black; }Regards,
YigitHi!
Code i posted here – https://kriesi.at/support/topic/center-icon-respect-other-icons-with-borders/#post-283769 should work fine. If you do not mind creating a temporary admin login and posting it here privately, we can also look into it for you
Regards,
YigitHey!
I am so sorry about that! Please add folllowing code and customise the class names for each section as following
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ if ( jQuery("div").hasClass(".custom-class-one") ) { jQuery(".custom-class-one").attr('id','custom-class-one') }; if ( jQuery("div").hasClass(".custom-class-two") ) { jQuery(".custom-class-two").attr('id','custom-class-two') }; if ( jQuery("div").hasClass(".custom-class-three") ) { jQuery(".custom-class-three").attr('id','custom-class-three') }; if ( jQuery("div").hasClass(".custom-class-four") ) { jQuery(".custom-class-four").attr('id','custom-class-four') }; }); </script> <?php } add_action('wp_footer', 'add_custom_script');and please try not to use numbers as ID’s.
Cheers!
YigitHey!
Changes are done – http://i.imgur.com/mVuJqq0.png
You can find adjusted code in Functions.php fileCheers!
YigitHey tonyiatridis!
Please go to Enfold theme options > Advanced Styling and edit “Small bar above Main Menu”. Font weight is already bold
Best regards,
YigitHey psipi!
Can you please re-update the theme via FTP – http://vimeo.com/67209750
Best regards,
YigitHey LenfertDesign!
Please flush browser cache and refresh your page a few times. Also try deactivating all active plugins and check if that helps
Cheers!
YigitHi!
Can you try deactivating all active plugins and check if that helps? :/
Cheers!
YigitHi loyalzoo!
Please add folllowing code to Quick CSS in Enfold theme options under General Styling tab and change page id
.page-id-5979 #header { display: none !important; }You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
YigitHi!
You are welcome M, we are always glad to help :)
Let us know if you have any other questions or issuesRegards,
YigitHi!
Do you mind creating a temporary admin login and posting it here privately so we can take a look?
Cheers!
YigitJune 25, 2014 at 10:15 pm in reply to: Woocommerce now showing "pa_attributename" for all my variations and attributes #283793Hi eberswine!
Please try updating WooCommerce plugin and Enfold theme via FTP – http://vimeo.com/67209750
Regards,
YigitHey!
You can add a new link in Appearance > Menus. Then you can customise it using menu item ID as following
#menu-item-5995 { color: red !important; background-color: black !important; }You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg
Regards,
YigitHey getHopeGlobal!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.big-preview.single-big { width: 50%; }Regards,
YigitHi tlow87!
You can place code block element inside a color section element and give color section element a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-color-section-id .container { width: 100% !important; }Cheers!
YigitJune 25, 2014 at 10:01 pm in reply to: Adding google fonts (different weights and condensed) #283780Hi nsr500rossi!
Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-new-font/#post-234710
Regards,
YigitHi!
Glad you figured it out! :) Let us know if you have any other questions or issues
Regards,
YigitHi thomas-pr3!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) and (min-width: 768px) { #advanced_menu_toggle, #advanced_menu_hide { right: 5%; }}Cheers!
YigitHi PaintedMidget!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header_color .main_menu ul ul { background-color: transparent; color: black; }Best regards,
YigitHey!
Please add following code to Quick CSS as well
#top .av-main-nav > li > a { letter-spacing: 0.01em !important; }Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { max-width: 85%; height: auto !important; }}Best regards,
YigitHi Peter!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
div#input_15_3_chzn { width: 120%!important; }Cheers!
YigitHi mikel!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
give your icons a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab.your-custom-class { padding-top: 10px; }Cheers!
YigitJune 25, 2014 at 9:47 pm in reply to: Display menu seprators ("/") in Secondary Menu (top nav) #283768Hey rsewards!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .sub_menu>ul>li:after { content: '/'; padding-left: 10px; } #top .sub_menu>ul>li:last-child:after { display: none; }Best regards,
YigitHey nsr500rossi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
h1, h2, h3, h4, h5, h6 { letter-spacing: 0.01em !important; }Best regards,
Yigit -
AuthorPosts
