Forum Replies Created
-
AuthorPosts
-
September 8, 2013 at 2:52 pm in reply to: menu font change, size, color, active color, font weight #139968
Hi Chris,
Please replace previous CSS code with following one
.header_color .main_menu ul:first-child > li > a { font-family: "freight-sans-pro", sans-serif; font-size: 18px!important; font-weight: 300!important; color: red!important; font-style: normal!important; }
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { color: pink!important; }
ul.sub-menu { font-family: "freight-sans-pro", sans-serif; font-weight: 300!important; color: red!important; font-style: normal!important; }
#top .main_menu .menu li>a { color: red; font-family: "freight-sans-pro", sans-serif; font-weight: 300!important; font-style: normal!important; }
#top .header_color .main_menu .menu ul li>a:hover { color: green; }
#top #menu-item-search.menu-item-search-dropdown>a { font-family: 'entypo-fontello' !important; }
You just need to change color hex values.
This code will increase padding under social only on screens smaller than 767px
@media only screen and (max-width: 767px) { .responsive #header .social_bookmarks { padding-bottom: 20px!important; } }
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
div.entry-content { font-size: 18px!important; }
Regards,
Yigit
Hi,
You should have no problem using that shortcode in any element that has content section
Regards,
Yigit
Hi Btina,
You should create color section, give ID to that color section and then add your contact form on that color section. You can create a temporary admin login and send it to me on and i can do it for you.
Regards,
Yigit-
This reply was modified 9 years, 4 months ago by
Yigit.
Hi,
Please see this thread https://kriesi.at/support/topic/wpml-translation-for-widgets-that-displayed-in-the-footer#post-137045
Regards,
Yigit
Hi,
Can you create a temporary admin login and send me on
Regards,
Yigit-
This reply was modified 9 years, 4 months ago by
Yigit.
Hi,
You can increase screen size to switch to mobile menu. In WordPress theme directory please go to Enfold > Js and open avia.js file and find following code in line 87
switchWidth = 767;
and change it to
switchWidth = 1125;
You can adjust the value by changing ‘1125’
Regards,
Yigit
Hi,
you can install a plugin like this one http://wordpress.org/plugins/like-dislike-counter-for-posts-pages-and-comments/
Regards,
Yigit
September 7, 2013 at 3:55 pm in reply to: How to resize the mega menu images in slide-out menu #139847Hi Katharina,
Can you please try adding !important to the same code
#top .mega_menu_title img { width: auto!important; }
Regards,
Yigit
September 7, 2013 at 2:55 pm in reply to: menu font change, size, color, active color, font weight #139964Hi Chris,
Please try adding following code to Custom CSS in theme options under Styling
.header_color .main_menu ul:first-child > li > a { font-family: "freight-sans-pro", sans-serif; font-size: 18px!important; font-weight: 300!important; color: #333!important; font-style: normal!important; }
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: #6ab165!important; }
Regards,
Yigit
Hi,
Please replace following code with previous one in Quick CSS
div.slide-content { padding: 10px; }<br />
div.slide-entry { box-shadow: 0 0 8px #888888; }<br />
.avia-content-slider .slide-entry { width: 29%; }<br />
div.slide-entry-wrap { padding-top: 5px; padding-left: 5px; }Can you post the link of Facebook page so i can prepare all the codes for you and you can just copy/paste them in related files
Regards,
Yigit
Hi,
We are glad we could help. I saw that you have already started a new thread so i’m closing this one.
Regards,
Yigit
Hi,
You have disabled mobile menu in CSS, please try adding this code to custom.css file or into Quick CSS in Enfold theme options page under Styling
.responsive .mobile_menu_tablet .main_menu { display: block; }
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options page under Styling
@media only screen and (min-width: 480px) and (max-width: 767px) { div.ls-wp-fullwidth-container { display: none; } }
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options page under Styling
.pricing-table li.avia-pricing-row small { color: white; opacity: 1; }
Regards,
Yigit
Hi Doremus,
Please add following code to Quick CSS section in Enfold theme options page under Styling
@media only screen and (min-width: 916px) and (max-width: 989px) { div.main_menu { right: -17%; } }
This should solve it. it will move to menu to right on screens smaller than 989px
Regards,
Yigit
Hi xrisxal2000,
If you have made any changes on files then you will lose them. The best way would be creating a child theme. You can watch this video for a quick guide
Regards,
Yigit
September 6, 2013 at 6:28 pm in reply to: How to resize the mega menu images in slide-out menu #139845Hi Katharina,
Please add this code to Quick CSS section in Enfold theme options page under Styling
#top .mega_menu_title img { width: auto; }
Regards,
Yigit
Hi,
Yes and this is the shortcode you should add in content section of tab
[av_video src='https://www.youtube.com/watch?v=R6-8DwT6_xg' format='16-9' width='16' height='9']
[av_dropcap1]H[/av_dropcap1]ello
[av_font_icon color="" icon="2" size="40px" position="left" link="" linktarget="no"]
You can switch to Default Editor and add shortcodes then copy and paste them in your tab content
Regards,
Yigit
Hi,
Can you please try adding this code. Both work on my end
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: white!important; }
Regards,
Yigit
Hi,
Please see this topic https://kriesi.at/support/topic/making-header-smaller#post-133174
Regards,
Yigit
September 6, 2013 at 5:12 pm in reply to: Icon list title size and margin between 2 list points #139869Hi,
Please add following code to custom.css file or into Quick CSS section in Enfold theme options page under Styling
.avia-icon-list .iconlist_title { font-size: 20px; }
.main_color .iconlist_content { font-size: 14px; }
.avia-icon-list li { padding: 0 0 10px 0; }
Regards,
Yigit
Hi,
Sure, please add this code to Quick CSS as well
.header_color .main_menu ul:first-child > li.active-parent-item > a { background-color: red; color: white; }
Regards,
Yigit
Hi,
Keep previous codes and add this ones too
@media only screen and (min-width: 768px) and (max-width: 989px) { div.main_menu { right: 10%; } }
@media only screen and (max-width: 1140px) { div.main_menu { right: 18%; } }
span.avia-menu-fx { display: none; }
Regards,
Yigit
Hi,
You can try adding this code to custom.css file or to Quick CSS section in Enfold theme options page under Styling
div.slide-content { padding: 10px; }
div.slide-entry { box-shadow: 0 0 8px #888888; }
.avia-content-slider .slide-entry-wrap { width: 98%; left: 1%; }
Regards,
Yigit
Hi,
Please add following code to custom.css file or into Quick CSS section that’s in Enfold theme options page under Styling
#top .main_menu .menu li a:hover { background-color: red; color: white; }
span.avia-menu-fx { display: none; }
#top .header_color .main_menu .menu ul li>a:hover { color: white; }
Regards,
Yigit
Hi,
Not only usernames but you should enter your links and not to forget to add http. Can you try deactivating plugins like Facebook feed and try again?
Regards,
Yigit
-
This reply was modified 9 years, 4 months ago by
-
AuthorPosts