Forum Replies Created
-
AuthorPosts
-
Hey tassavor!
Can you post the link to your website so we can inspect elements on it to find out the issue?
Cheers!
YigitHi m!
What type of header are you using? You can add following code to Quick CSS in Enfold theme options under Styling tab and change page ID
.page-id-734 #header { display: none; }
Please see this post to find page ID’s https://kriesi.at/support/topic/mini-heading-in-page/#post-188120
Best regards,
YigitHi m!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top #menu-item-search.menu-item-search-dropdown>a { display: none; }
Regards,
YigitDecember 12, 2013 at 8:11 pm in reply to: Change 'primary color' (main content) on a per page basis. #199585Hi!
You can try uploading your screenshots on Imgur.com or Dropbox and post links here
and you can also try adding following code to Quick CSS in Enfold theme options.main_color, .alternate_color { color: inherit; }
We are going to need to see your website live to provide a proper solution :)
Cheers!
YigitHi odac25thka!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { display: none; } .fixed_header.social_header #main { padding-top: 117px; } .social_header .main_menu ul:first-child > li a { height: 116px!important; line-height: 116px!important; } .logo, .logo a, .logo img { max-height: 116px!important; }
That should do it
Regards,
YigitHey!
In WordPress dashboard please go to Settings > Media and increase image sizes then regenerate thumbnails using this plugin http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
YigitHey!
Please add following code to Quick CSS and adjust as desired
.iconbox .iconbox_content .iconbox_content_title { font-size: 20px; }
Regards,
YigitHi Jae!
You can go to Enfold theme options and choose “Multi Author Blog” in Blog Style under General Settings
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-thumb img, .entry-content, .big-preview img, .template-blog .post .entry-content-wrapper { float: right; }
Best regards,
YigitHey!
Glad you figured it out! Let us know if you have any other questions or issues
Best regards,
YigitDecember 12, 2013 at 6:46 pm in reply to: Change 'primary color' (main content) on a per page basis. #199557Hi Andrew!
Can you post the link to your website so we can see it live?
Regards,
YigitHi!
@allaboutapps can you post the link to your website so we can check if it is do-able?Cheers!
YigitHi Jonathan!
Can you post the link to your blog page and show us an example?
Best regards,
YigitHi!
Please add following code to Quick CSS
#top .iconbox { margin-top: 20px; }
Cheers!
YigitHey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: 990px) { #top div .avia-gallery img { height: 240px; }} @media only screen and (min-width: 768px) and (max-width: 989px) { #top div .avia-gallery img { height: 136px; } } @media only screen and (min-width: 481px) and (max-width: 767px) { #top div .avia-gallery img { height: 86px; }} @media only screen and (max-width: 480px) { #top div .avia-gallery img { height: 54px; }}
Regards,
YigitHey sbrohamm!
Can you post the link to your website so we can inspect elements?
Cheers!
YigitHi Markus!
Can you post a screenshot show the changes you would like to make?
Regards,
YigitHi!
If you would like to remove icon only on homepage, please use following code
.home .iconbox_top .iconbox_icon { display: none; }
you can remove .home if you would like to make the changes globally.
To increase padding on iconbox left.iconbox_left .iconbox_content { padding: 20px; }
Cheers!
YigitDecember 12, 2013 at 3:58 pm in reply to: Where are the page title and breadcrumbs in the header? Breadcrumbs not visible. #199512Hi!
Please add following code to Quick CSS
.title_container { display: block; } .home .title_container { display: none; }
That should do it, if not please post login credentials to your website once again. previous one is not working
Best regards,
YigitHi!
Please add following code to Quick CSS as well
.avia-section { border: none; }
Best regards,
YigitDecember 12, 2013 at 4:41 am in reply to: little problems alignment in pages woocommerce my-account #199354Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.woocommerce-account dt { margin-right: 40px; } #top .form-row { float: none; }
And flush browser cache and refresh your page a few times
Best regards,
YigitHi tobylove!
1) It is an element that you can add to your page template
2) You can use images that are more than 318pixel in width
3) You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired.av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry { margin-right: 15px; }
15px is default value
Regards,
YigitHey mycreditgroup!
You can use LayerSlider with single image or Fullwidth Easy Slider. If you would like to place buttons, then i would recommend using LayerSlider
Cheers!
YigitHey Adamantum!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_menu .menu ul { width: 250px; }
Cheers!
YigitHey arrantawhara!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-icon-list .iconlist_title { color: red; }
Cheers!
YigitHey weathertight!
It does work fine on my end. Please see screencast here http://www.screenr.com/DVwH
Which browser are you using?Regards,
YigitHi!
It does work on my end. Please try flushing browser cache and refresh your page a few times.
Best regards,
YigitHi!
You are welcome. It may be related with the problematic plugin you have disabled. I am marking this thread as resolved for now. Let us know if you have any other questions or issues
Regards,
YigitDecember 11, 2013 at 11:19 pm in reply to: Text box element centered when in responsive tablet view? #199251Hey!
Please add following code to Quick CSS as well
2).entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }
5)
.page-id-118 .widget ul { list-style: none; } #menu-workshops-3 .main_color a { color: #9C9288; }
You can try adding custom CSS code directly to child theme's Style.css file in Appearance > Editor. You can flush browser cache and flush settings if you are using cache plugin and that should help
Best regards,
Yigit -
AuthorPosts