Forum Replies Created
-
AuthorPosts
-
Hey jasonsuh!
Forum page is not included in dummy content but you can take a quick look at bbPress starting guide here – http://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/
Regards,
YigitHi!
Please add following code to Quick CSS instead
li#menu-item-9651 > a .avia-menu-text { color: white; }Cheers!
YigitHi Sportguide!
Do you mean blog posts? If so, it is still possible to use Avia Layout Builder on blog posts but it is something that we do not recommend or support. If you mean portfolio posts, it should be working fine. If it does not on your end, please post the link to your website. We may need temporary admin login as well
Best regards,
YigitHey!
Please add following code to Quick CSS as well
.page-id-3004 .avia_message_box.avia-size-normal { padding-top: 10px; }Best regards,
YigitHey Gerald!
Please add following code to Functions.php file in Appearance > Editor
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ if (jQuery(window).width() <= 480){ jQuery("aside").prependTo("main"); } }); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
YigitHey!
Please add following code to Quick CSS as well
.avia_mega_div ul { margin-top: 0!important; }Cheers!
YigitHi!
Please try adding following code to Quick CSS
#header_meta .container { position: relative; top: 70px; } #header_meta { margin-top: -36px; } .html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main { padding-top: 162px; }Regards,
YigitJuly 1, 2014 at 6:24 pm in reply to: a.via-slideshow-button avia-button avia-color-theme-color #285830Hey Teresa!
Can you try deactivating all active plugins and check if that helps please?
Best regards,
YigitHey EisaSawyer!
Please edit your color section and set custom background color as shown in the screenshot – http://i.imgur.com/TOozIPf.png
Best regards,
YigitHi Tim!
We are glad that you like Enfold. We are always happy to help! Feel free to start new topics for your new questions :)
Regards,
YigitHey!
Please add following code to Quick CSS
.single_toggle * { border-color: black; }Regards,
YigitJuly 1, 2014 at 6:12 pm in reply to: a.via-slideshow-button avia-button avia-color-theme-color #285822Hi dhuet!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .avia-slideshow-button.avia-color-light { color: green; background-color: red; border-color: orange; font-size: 20px; }Regards,
YigitHey!
Can you post the link to your page so we can see the notification box to provide you an accurate custom CSS code? :)
Cheers!
YigitJuly 1, 2014 at 4:08 pm in reply to: Is it possible to adjust the amount of white space between elements of layout? #285767Hi!
You are welcome, glad we could help! Let us know if you have any other questions or issues
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { .footer_color { background-size: contain; }}Regards,
YigitHi!
Do you mind posting a temporary admin login so we can investigate further?
Cheers!
YigitJuly 1, 2014 at 3:59 pm in reply to: Is it possible to adjust the amount of white space between elements of layout? #285756Hi!
Sure, please add following code to Quick CSS as well and adjust as needed
.home .content, .home .sidebar { padding-top: 20px; }by default, top padding is 50px
Best regards,
YigitJuly 1, 2014 at 3:52 pm in reply to: Is it possible to adjust the amount of white space between elements of layout? #285754Hey!
Yes, exactly. Please also see – http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
Best regards,
YigitHi daniel!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia_message_box_content p { font-size: 24px; } .avia_message_box { min-height: 140px; } .avia_message_box_content { text-transform: capitalize; }Best regards,
YigitHi bitsoul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.special_amp { font-family: inherit; font-style: normal; font-size: inherit; line-height: inherit; font-weight: bold; color: inherit!important; }Regards,
YigitHey webmasterstijn!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top div .avia-gallery img { padding: 0; border: none!important; }Regards,
YigitJuly 1, 2014 at 3:26 pm in reply to: header: logo left, slogan right > logo on smartphones far too big #285744Hey anma!
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: 200%; height: auto !important; }}Cheers!
YigitHey!
You are welcome! We do celebrate Independence Day on 16th of February here. Have a great 4th of July! :) Let us know if you have any other questions or issues
Best regards,
YigitHi!
You are welcome, glad we could help!
You can simply confirm that solutions we provide work fine and we can mark the topic as resolved :)
Let us know if you have any other questions or issuesCheers!
YigitHi!
Can you try adding following code to Custom.css file inside Enfold/css folder
body p { font-size: 24px!important; }I was not able to add !important rule correctly
Best regards,
Yigit -
AuthorPosts
