Forum Replies Created
-
AuthorPosts
-
Hey!
Glad you figured it out Rick, let us know if you have any other questions or issues!
Regards,
YigitHi Jey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.title_container .main-title { font-size: 18px; } .title_container .main-title a { color: red !important; }Best regards,
YigitHi!
You are welcome Dave, glad we could help :) I am marking this thread as resolved. Let us know if you have any other questions
Cheers!
YigitHi!
Please try following code
.logo-text { position: relative; top: -100px; left: 80%; }It should work now :)
Edit: I just checked your website and it seems like you already figured it out :)Best regards,
Yigit-
This reply was modified 10 years, 9 months ago by
Yigit.
July 17, 2014 at 2:34 am in reply to: Trying to change the background color and font color in bar above header #292326Hey!
Yes, or you can use a child theme. For more information, please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
YigitHey!
Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750 it may help. If not, please contact plugin author
Regards,
YigitHey!
Please see the first code i posted, there is “This is my custom text!”, this is where you should change. You can simply use HTML inside it as shown here – http://pastebin.com/9GVtxqgg
But please use single quotes for HTML codesCheers!
YigitHey!
Yes, please follow the instructions on the documentation and there will be scrolling effect, just as this one when you click “about us” button- http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/#contact
Cheers!
YigitHi!
Glad it is working fine now Chad :) You too have a great and let us know if you have any other questions or issues!
Cheers!
YigitHey Timothy!
It does work fine on my end. Please see screenshot here – http://i.imgur.com/YgXss1p.png
Have you figured it out already?Best regards,
YigitHi Joe!
Please open php.ini file and set following
max_input_vars = 2000You can ask your service provider to do it for you as well
Best regards,
YigitHi rpletcher!
Please see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
You can it to main menu as well, but you can see a similar example here on the demo site – http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/Cheers!
YigitHey!
I checked the theme version but seems like previous update was not very successful. Please try re-updating via FTP
Regards,
YigitHi ChelseaH
Please add following code to Funtions.php file in Appearance > Editor
add_action('ava_after_main_menu','logo_text'); function logo_text() { echo "<div class='logo-text'>This is my custom text!</div>"; }then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.logo-text { position: relative; top: -120px; left: 80%; }Cheers!
YigitHi Welmoed!
Please add following code to Quick CSS
.home section#image-2 { display: none !important; }Cheers!
YigitHi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
YigitHey!
Image itself is cropped and cannot be fixed using custom CSS code. Please re-upload uncropped image
Cheers!
YigitHi!
Code Josue posted is working fine. Please disable CSS minifying feature in the plugin you are using, it is stopping the code from applying
Cheers!
YigitHey!
It does work fine on my local installation. Have you tried the way i posted here – https://kriesi.at/support/topic/the-bookmark-link-of-tab-element/#post-280113 ?
Cheers!
YigitHi paaploo!
Please go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links”
Best regards,
YigitHi!
Please add following code to Quick CSS
.iconbox .iconbox_content .iconbox_content_title { margin: 0 0 10px 0 !important; } .iconbox_top .iconbox_content { padding-top: 35px !important; } #top .iconbox_top { margin-top: 5px!important; }Best regards,
YigitHey atrixdave!
Unfortunately it is not possible without making changes on files. Please add following code to Functions.php file in Appearance > Editor
add_action('ava_after_main_menu','logo_text'); function logo_text() { echo "<div class='logo-text'>This is my custom text!</div>"; }And you can change its position using .logo-text class in Quick CSS field as following
.logo-text { left: -10px; top: -10px; }Regards,
Yigit-
This reply was modified 10 years, 9 months ago by
Yigit.
Hey!
Sure. Please go to Appearance > Widgets and create new Widget Area and add the widgets you would like to display in it. Then edit your page and choose your widget area under Layout > Sidebar Settings – http://i.imgur.com/1G58eLq.png
Cheers!
YigitHi!
Please add following code to Quick CSS instead
ins#aswift_0_anchor { margin-top: -30px!important; }Regards,
YigitHey BetuwePC!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce .page-thumb img { max-height: 229px; max-width: 229px; }Cheers!
YigitHi!
I just checked your website and you are using the version 2.7.1 and not 2.9.1. Please see the video tutorial about updating the theme via FTP in the link i have posted above.
Yes, you give an ID there. Then you can use it as an anchor point, please also see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/Best regards,
Yigit -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
