Forum Replies Created
-
Author
-
Laura
ModeratorHello, please try by adding this to style.css of child theme 🙂
COPY CODE#reviewsTab .comments-area .comment-content p { width: 80%; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 24, 2017 at 16:18 in reply to: How can we change Forum topic page replies bacgrund color ? #162555Laura
ModeratorHello, for replies please try
COPY CODE.bbp-reply-content { background-color: #FADBDA !important; } .bbp-reply-content:before { background: black !important; }
The diamond is the second code
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, please use
COPY CODE<i class="icon fa fa-instagram icon-2x"></i>
To add the icon 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, please try by adding this to style.css of child theme
COPY CODE.buddypress div#item-header div#item-header-content p:first-child { max-width: 100%; height: 130px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, what is the version of KLEO installed?
Please try by adding this to style.css of child themeCOPY CODE#whats-new-content.active #whats-new-options { display: block;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 22, 2017 at 15:55 in reply to: Removing user’s profile & cover pic in Notifications, Messages and other pages #162288Laura
ModeratorHello, try by adding this to style.css of child theme or at Appearance > Editor > Style.css
COPY CODE@media only screen and (max-width: 991px) and (min-width: 768px) { div#item-header { display: none; } .xprofile div#item-header { display: block !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 22, 2017 at 15:47 in reply to: How to override header text color in Stylish Woocommerce demo page #162286Laura
ModeratorNot marked as solutionLaura
ModeratorHello, please try by adding this to style.css of child theme
COPY CODE@media (max-width: 991px) { .logo a { text-align: center !important; } strong.logo { width: 80%; } strong.logo a { font-size: 24px !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, this is for the shop:
The shop background:COPY CODEsection.container-wrap.main-color { background: black !important; }
Container background
COPY CODEul.products { background: black !important; }
Products background + White text
COPY CODE.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { background: black !important; } .woocommerce ul.products .product-details a { color: white !important; } .woocommerce ul.products span.price { color: white !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, maybe this helps, try adding it to style.css of child theme
COPY CODEa.vc_gitem-link.vc-zone-link:hover { color: white !important; background: rgba(0, 0, 0, 0.45); } a.vc_gitem-link.vc-zone-link{ color: white !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, please try by adding this to functions.php of child theme
COPY CODEadd_action( 'admin_bar_menu', 'remove_theme_options', 999 ); function remove_theme_options( $wp_admin_bar ) { $wp_admin_bar->remove_node( 'wp-admin-bar-kleo_options' ); }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, have you tried deactivating some plugins and testing again? If so, please try the following:
Replace this line from your wp-config.php file:COPY CODEdefine('WP_DEBUG', false);
with this:
COPY CODEini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false);
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, i’m very sorry for the delay, please try by adding this to style.css of child theme or at Appearance > Editor > Style.css
COPY CODE#whats-new-content.active #whats-new-options { display: block;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, please try by adding this to style.css of child theme or at Appearance > Editor > Style.css
COPY CODE#whats-new-content.active #whats-new-options { display: block;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 21, 2017 at 23:52 in reply to: Change Hover Color on icons on Stylish-Woocommerce Demo Page #162203Laura
ModeratorNot marked as solutionMay 21, 2017 at 23:48 in reply to: How to override header text color in Stylish Woocommerce demo page #162202Laura
ModeratorNot marked as solutionLaura
ModeratorHello, please try the following:
Go to your hosting cpanel and find file manager or ftp, access it and find wp-config.php, edit it and add the followingCOPY CODEdefine('WP_MEMORY_LIMIT', '256M');
Just below “that’s all…”
Let me know if that helps 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, you can use this css, add it to style.css of child theme or at Appearance > Editor > Style.css
COPY CODEbody { font-size: 20px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, try this one 🙂
COPY CODEspan.search_excerpt { font-size: 14px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, try by adding this to style.css of child theme
COPY CODE.wpb_widgetised_column.wpb_content_element.sidebar a { text-align: center !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, should be fixed, just add this css to style.css
COPY CODEstrong.logo a { font-size: 32px !important; margin-bottom: -13%; margin-left: 5%; }
I moved the span code inside the of the logo so they are in the same container and edited a bit the style so it looks like this
COPY CODE<span style="clear: both;margin-top: -5% !important;font-size: 24px !important;"><?php echo get_bloginfo ( 'description' ); ?></span>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, just move this code
COPY CODE.bp-user .sidebar.sidebar-main.col-sm-3.sidebar-right { top: 200px !important; }
Inside the media code, so it looks like this
COPY CODE@media screen and (min-width: 800px) { .buddypress #item-header-avatar.rounded img.avatar { border-radius: 0; position: relative; left: 475%; } .bp-user .sidebar.sidebar-main.col-sm-3.sidebar-right { top: 200px !important; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 18, 2017 at 16:30 in reply to: Website not working on mobile – header image too large and covers text #161925Laura
ModeratorNot marked as solutionLaura
ModeratorHello, try by adding this to style.css of child theme or at Appearance > Editor > Style.css
COPY CODEul.dropdown-menu.sub-menu.pull-left { margin-top: -90px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, you can hide it by adding this to style.css of child theme
COPY CODEspan.search_excerpt { display: none !important; }
Let me know if it works 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 17, 2017 at 23:17 in reply to: rtMedia Activation Causes Buddypress What’s New Post Update Button to Break #161801Laura
ModeratorNot marked as solutionLaura
ModeratorHello try by adding this to style.css of child theme or at Appearance > Editor > Style.css
COPY CODE#whats-new-content.active #whats-new-options { display: block;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 17, 2017 at 23:05 in reply to: RTMmdia disable post update button in activity BuddyPress #161795Laura
ModeratorHello, try by adding this to style.css of child theme or to Appearance > Editor > Style.css
COPY CODE#whats-new-content.active #whats-new-options { display: block;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, try by adding this to style.css of child theme or at Appearance > Editor > Style.css
COPY CODE#whats-new-content.active #whats-new-options { display: block;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, at Groups, go to the group and click Manage, then you will see where to change the Photo and the Cover image 🙂
To change the text color, just add this to style.css of child theme or at Appearance > Editor > Style.css
and edit it as you prefer 🙂COPY CODE.group-single div#item-meta p { color: black !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, try by adding this to style.css of child theme 🙂
COPY CODEdiv#footer a { text-align: center !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, try by adding this to style.css of child theme or at Appearance > Editor > Style.css
COPY CODEdiv#ajax_search_container:before { background: #5fa5e2 !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 16, 2017 at 22:31 in reply to: Website not working on mobile – header image too large and covers text #161655Laura
ModeratorNot marked as solutionLaura
ModeratorHello, try adding this to style.css of child theme or at Appearance > Editor > Style.css
COPY CODEi.icon.icon-newspaper { margin-right: 10px; } i.icon.icon-arrow-right5 { margin-right: 10px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 16, 2017 at 13:16 in reply to: rtMedia Button disappeared from Groups and Activity Stream #161599Laura
ModeratorNot marked as solutionLaura
ModeratorHello, i suggest to use that only for desktop as its better to keep mobile responsiveness css
To have only desktop css wrap your css inside thisCOPY CODE@media screen and (min-width: 800px) { // this css will only be used when the screen size is min 800px }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, try by using this css instead of the one you have for the sidebar
COPY CODE.bp-user .sidebar.sidebar-main.col-sm-3.sidebar-right { top: 200px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts