Forum Replies Created
-
AuthorPosts
-
Hey Jason!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.main_color .sidebar .current_page_item>a { color: red; }If that does not work, please upload your screenshot on imgur.com or Dropbox public folder and post the links here. Screenshot you posted cannot be found
Regards,
YigitMarch 17, 2014 at 5:57 pm in reply to: iPad and iPhone page links not working – **URGENT UNRESOLVED ** #238882Hey!
Yes Ed, we are working on a solution. Issue was already reported to Kriesi.
Regards,
YigitMarch 17, 2014 at 5:54 pm in reply to: How to remove the white transparent effect that activates when passing the mouse #238880Hi!
Please use following code then
.image-overlay { display: none !important; }Best regards,
YigitHey!
Please try following one instead
div .logo { top: 20px !important; } .header-scrolled .logo { top: 0px !important; }Regards,
YigitHey!
Glad you figured it out! Let us know if you have any other questions or issues
Regards,
YigitHi Stigan!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.phone-info span { color: red; font-size: 18px; } #top .social_bookmarks li a { font-size: 18px; color: green; }Cheers!
YigitHi!
Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
You can try re-installing the theme via FTP – http://vimeo.com/67209750Cheers!
YigitHi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) .responsive #header_main .container { height: 70px !important; } .responsive .mobile_slide_out .logo { max-height: 80px !important; height: 80px!important; }}Header gets very small on mobile and this custom CSS should fix it. I could not reproduce “popping one menu item down” issue on my end :)
Cheers!
YigitHey!
Please add following code to bottom of Style.css file of your child theme in Appearance > Editor and adjust as needed
.main_color strong, .alternate_color strong { color: inherit !important; }Best regards,
YigitHi tgalati56!
Can you post the link to your website? Are you usin SSL? If so, please try using this plugin http://wordpress.org/plugins/wordpress-https/
Regards,
YigitHi!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) { .responsive #top #header { position: fixed; } .responsive #main { padding-top: 82px !important; }}Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div .logo { top: 20px; }Regards,
YigitMarch 17, 2014 at 5:25 pm in reply to: logo issue using boxed layout at smaller screen sizes #238843Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive .main_menu { position: relative; } #top #menu-item-search { display: block !important; } #top .main_menu .menu li { display: none; } .responsive #header .main_menu ul { display: block; }}Regards,
YigitHi!
Please add following code to Quick CSS as well
.header-scrolled strong.logo { padding-top: 10px; } @media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { max-height: 25px !important; } #advanced_menu_toggle, #advanced_menu_hide { right: -25px; }}Regards,
YigitHey wesleysoccer!
I have posted in your topic here https://kriesi.at/support/topic/enfold-upgrade/#post-238831
Please do not create duplicated posts as it is making it harder for us and other users to follow :)Best regards,
YigitHi wesleysoccer!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) { .main_menu, #header_main_alternate { display: block!important; } #top #menu-item-search { right: -100%; }}It will display search icon right to the mobile menu
Best regards,
YigitHi!
Code should display fullscreen slider on mobile and hide on screens wider than 767px and will do vice versa for color section video
Cheers!
YigitHey!
I offered it as a workaround. Please try following code in Quick CSS
@media only screen and (min-width: 767px) { .page-id-7727 #full_slider_1 { display: none; }} @media only screen and (max-width: 767px) { .page-id-7727 #av_section_1 { display: none; }}Regards,
YigitHi!
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
and change the code to following one to apply only on that certain page.page-id-734 .main_menu { display: none; }Cheers!
YigitHey!
Please add following code to Quick CSS as well and adjust background color as needed
#top fieldset { background-color: black; border-radius: 4px; padding: 20px; margin-bottom: 0; }Best regards,
YigitMarch 17, 2014 at 4:38 pm in reply to: CSS for nested submenu and for icons as bullets in the menu #238806Hi!
Glad we could help :) Let us know if you have any other questions or issues
Cheers!
YigitHey Jane!
Have you tried as following
.current-cat a { color: red!important; }This does work fine on my local installation. Can you post the link to your website so we can take a look?
Regards,
YigitHey Hayd028!
As mentioned in this topic ( https://kriesi.at/support/topic/large-phone-number-in-header-2/#post-238789 ), you have already figured this out.
Best regards,
YigitHey!
You are welcome Hayden, glad we could help! I have seen that you have another topic ( https://kriesi.at/support/topic/how-to-add-phone-number-to-header/ ) but it seems like you have already figured it out. Is it ok if i mark it as resolved as well? :)
Best regards,
YigitHi merlinmedia!
It is a Tab element. You should choose to display tabs on the left side and without border http://i.imgur.com/Y5KwyI1.jpg
Regards,
YigitHi!
You are welcome, glad we could help! :) Let us know if you have any other questions or issues
Cheers!
YigitHey!
You can use following code in Quick CSS
.avia-tooltip .avia-arrow { background: red; }Cheers!
Yigit -
AuthorPosts
