Forum Replies Created
-
Author
-
Laura
ModeratorHello, try by adding this to style.css of child theme 🙂
COPY CODEimg#logo_img { margin-top: 4% !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 🙂
August 3, 2017 at 20:54 in reply to: Blog Archive pages: Borders on top of borders in post grid widgets #169497Laura
ModeratorNot marked as solutionLaura
ModeratorHello, try by adding this to style.css of child theme
COPY CODE.kleo-block.feature-item.list-el-animated.default-icons-size.start-animation { margin-bottom: 0px !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, it’s quite the same for those icons
COPY CODEspan.vc_icon_element-icon.typcn.typcn-group:before:hover { content: "\ea24"; font-family: icomoon; } span.vc_icon_element-icon.typcn.typcn-messages:before:hover { content: "\e6f6"; font-family: icomoon; } span.vc_icon_element-icon.vc_li.vc_li-news:before:hover { content: "\ea26"; font-family: icomoon; }
You can use:
color: black;
font-size: 14px;
to change color and size 🙂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 and then change the size as you prefer 🙂
COPY CODE.home .article-media img { height: 400px !important; width: 400px !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#main-container { max-width: 1640px !important; } .template-page.col-sm-9.tpl-right { margin-left: 15%; }
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 CODEspan.vc_icon_element-icon.typcn.typcn-group:before { content: "\ea24"; font-family: icomoon; } span.vc_icon_element-icon.typcn.typcn-messages:before { content: "\e6f6"; font-family: icomoon; } span.vc_icon_element-icon.vc_li.vc_li-news:before { content: "\ea26"; font-family: icomoon; }
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 🙂
August 1, 2017 at 20:07 in reply to: change sidemenu-icon and second-menu-icon in mobile view #169299Laura
ModeratorHello, try by adding this to style.css of child theme. Buddyapp uses icomoon icons
COPY CODEspan.second-menu-icon:before { content: "\e60b"; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } span.second-menu-icon span { display: none !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, installed child theme because it was missing.
About the blank page, please do the following:Connect to your server by FTP or File Manager at your hosting
Look in root directory of your WordPress install and open wp-config.php
Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUECOPY CODEdefine( 'WP_DEBUG', true );
After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
Cheers
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
ModeratorTry with this css 🙂
COPY CODE.posts-listing.responsive-cols.kleo-masonry.per-row-6.with-meta.inline-meta.masonry-listing { width: 1100px !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 and just edit it as you prefer 🙂
COPY CODE.kleo-block.feature-item.list-el-animated.default-icons-size.center-icons.start-animation { background: black !important; height: 320px; width: 380px; padding: 20px; }
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.register-section { width: 100% !important; margin: 0 auto !important; clear: left !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, it depends as the desktop resolution changes the view as the website is responsive, for example for me it shows fine
Maybe tryCOPY CODE.editfield.field_3.field_i-am-a.form-group { width: 15%; } .editfield.field_6.field_looking-for-a.alt.form-group { width: 15%; }
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, it depends as the desktop resolution changes the view as the website is responsive, for example for me it shows fine
Maybe tryCOPY CODE.editfield.field_3.field_i-am-a.form-group { width: 15%; } .editfield.field_6.field_looking-for-a.alt.form-group { width: 15%; }
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 the code to delete the background of that element, but you will see it doesnt look very good
COPY CODE.posts-listing.responsive-cols.kleo-masonry.per-row-6.with-meta.inline-meta.masonry-listing article { background: transparent !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
COPY CODE.posts-listing.responsive-cols.kleo-masonry.per-row-6.with-meta.inline-meta.masonry-listing { background: transparent !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.vc_custom_1500913069618 { padding-right: 0px !important; padding-left: 0px !important; }
If it doesnt work, try by editing the visual composer row where the element is, and put padding from 30 to 0
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.article-content p { font-size: 18px !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, oh i understand, as your homepage is the blog you do not have any blog page.
For the avatars try adding this to style.css of child themeCOPY CODEsmall.meta-author.author.vcard img { width: 6% !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.item { text-align: center !important; } .item { float: left; margin-top: 15% !important; margin-left: -50% !important; padding-bottom: 40px; }
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 the first group one and use the second using this css at style.css of child theme
COPY CODE.kleo-gallery.animate-when-almost-visible.start-animation a { width: 15%; margin: auto 0 !important; margin-left: 8% !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 adding this to style.css of child theme
COPY CODE#members-list .avatar { width: 100px !important; height: 100px !important; border-radius: 0px !important; border: none !important; } #members-list .item-avatar { border: none !important; width: auto !important; } li.vcard { width: 20% !important; } .item { float: left; margin-top: 15% !important; margin-left: -44% !important; padding-bottom: 40px; } .item-title.fn a { 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, does this help?
COPY CODE.activity .rtmedia-item-thumbnail{ padding: 0 10px 0 10px !important; height: 150px !important; } .activity .rtmedia-list-item { width: 275px !important; } .activity .rtmedia-item-title { width: 150px !important; overflow:hidden !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.dl-horizontal dt { text-align: left !important; text-overflow: ellipsis; white-space: normal !important; } dd.bp-field-value.bp-field-id-299 { height: 80px; } dd.bp-field-value.bp-field-id-300 { height: 116px; } dd.bp-field-value.bp-field-id-302 { height: 116px !important; } dd.bp-field-value.bp-field-id-301 { height: 87px !important; } dd.bp-field-value.bp-field-id-304 { height: 87px !important; } dd.bp-field-value.bp-field-id-305 { height: 87px !important; } dd.bp-field-value.bp-field-id-303 { height: 58px !important; } dd.bp-field-value.bp-field-id-306 { height: 116px !important; } dd.bp-field-value.bp-field-id-214 { height: 58px !important; } dd.bp-field-value.bp-field-id-213 { height: 58px !important; } dd.bp-field-value.bp-field-id-504 { height: 58px !important; } dd.bp-field-value.bp-field-id-307 { height: 58px !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 to quick css
COPY CODE.hr-title.hr-full.hr-double { border-style: solid !important; border-width: 1px; border-bottom: 0px !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, yes, at the search results?
Just add this to style.css of child theme or quick cssCOPY CODE.search .entry-summary { display: none !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 the following css, just add it to style.css of child theme, and change the size as you prefer 🙂
COPY CODE.kleo-main-header.header-normal.header-scrolled { width: 1600px !important; max-width: 1600px !important; } .kleo-main-header.header-normal.header-scrolled .container { padding: 0px !important; width: 1600px !important; max-width: 1600px !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, yes, just add this to style.css of child theme or quick css 🙂
COPY CODEa.activity-button.mention { display: none !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 🙂
July 18, 2017 at 23:17 in reply to: profile menu alignment, change icon size and Login options. #167870Laura
ModeratorHello 🙂
Please try by adding this to style.css of child themeCOPY CODEdiv#item-nav i:before { font-size: 24px !important; } ul#menu-side i:before { font-size: 34px !important; } ul#menu-header-icons i:before { font-size: 34px !important; }
About profile header, please check theme 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, try by adding this to style.css of child theme
COPY CODEi.icon-angle-circled-right.icon-25:before { color: #e52358 !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