Forum Replies Created
-
Author
-
Laura
ModeratorHello, sorry, here its the fix, also included 2 more, the category ones, just modify the code, find ‘events’ and change for the category you want, you can copy and paste to create more categories, juts change the part:
COPY CODE/** * Template Name: Today Posts Cat1 * * Description: Today Posts Sidebar Category 1 * * @package WordPress * @subpackage Kleo * @author SeventhQueen <themesupport@seventhqueen.com> * @since Kleo 1.0 */
To Cat2 or Events or anything else 🙂
Hope this worksHi 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 🙂
Attachments:
You must be logged in to view attached files.Laura
ModeratorHello, try the following
copy this file: “/wp-content/themes/kleo/buddypress/activity/activity-loop.php” to your child theme: “/wp-content/themes/kleo-child/buddypress/activity/activity-loop.php” and you will have to replace the 16’th line with the following:COPY CODE<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&action=activity_update' ) ) : ?>
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 🙂
March 19, 2016 at 18:53 in reply to: How to change the background color of the widget header? #111780Laura
ModeratorHello, try the following css at style.css of child theme 🙂
Change color as you wishCOPY CODE.dashboard-container { border: 1px solid #23c9bf; background: #1F7592; color: white; }
For the logo try using this css
COPY CODE.logo img { max-height: 80px; max-width: inherit; width: 260px; margin-left: -25px; }
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
COPY CODE.home .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 🙂
1- Can you share admin credentials so i can check it out? 🙂
2- Sorry, my bad, i meant we use this codeCOPY CODE<em>NEW</em>
, for example Menu item title: Projects
COPY CODE<em>NEW</em>
3- You need the menu item id, what menu item you want to change?
4- The mega menu doesn’t have a styling options, what styling do you need? We can do that with css 🙂
5- We can do that with some changes 🙂 Just let me know what menu item
6- About documentation, we are working on it and creating a big knowledge base, until then please let me know any doubt and i will be happy to help you 🙂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, then add this to style.css of child theme
COPY CODEdiv#post-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 🙂
Laura
ModeratorHello, you can change the icon using this css code
COPY CODE.icon-th:before { content: '\e83f' !important; }
This changes it to an eye, if you want to use an image, use this
COPY CODE.icon-th:before { content: '\e81f'; background-image: url('URL IF YOUR IMAGE'); color: transparent !important; background-size: cover; width: 50px; height: 50px; }
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 see, please try this then, replace the last code i sent you with
COPY CODE.item–list–tabs.no–ajax#object-nav a:before { font: 400% “FontAwesome”; content: “\f144”; display: block; text–align: center; transition: all 0.4s ease–in–out 0s; font-size:12px !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 adding this to style.css of child theme
COPY CODE.theChampCommentingTabs li:nth-child(1) { display: none; } div#theChampTabs-1 { display: block !important; } div#theChampTabs-0 { 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 🙂
March 18, 2016 at 18:26 in reply to: how to change the background and text color on rtMedia image comments popup box? #111592Laura
ModeratorHello, try adding this to style.css 🙂
COPY CODE#buddypress .rtmedia-container .rtm-lightbox-container .rtm-media-single-comments textarea { color: #FFF !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 adding this to style.css of child theme 🙂
COPY CODE.kleo-page.page-boxed { width: 1400px !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, i see, please do the following:
1- Add this to style.css of child theme to fix the logo size 🙂COPY CODE.navbar-header { height: 150px !important; } .logo img { width: 1240px; }
2- Did you try deactivating some plugins and testing again? 🙂
3- Try a widget visibility plugin that lets you select which widget show at certain pages
4- Delete any default login link and use the theme login menu item found at Appearance > Menus > KLEO, you need to have it checked at Screen Options ( a the top of the page )
5- At Users > Profile fields, you will be able to add field groups and fields 🙂
6- Add this to style.cssCOPY CODEa.cart-contents.mheader { display: none; }
7- Using the KLEO Login and try with this plugin https://es.wordpress.org/plugins/buddypress-login-redirect/
8- Check https://buddypress.org/support/topic/re-order-profile-menu-items/
9- Social Articles should create a new menu item at your profile, make sure you have buddypress well setup at Settings > Buddypress > PagesHi 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 adding this to functions.php of child theme
COPY CODE// Remove (hide) various activities from streams. function my_hidden_activities($a, $activities) { //if admin we want to know //if (is_site_admin()) // return $activities; $nothanks = array(“created_group”, “joined_group”, “new_member”, “friendship_created”, “activity_liked”); foreach ($activities->activities as $key => $activity) { if (in_array($activity->type, $nothanks, true)) { unset($activities->activities[$key]); $activities->activity_count = $activities->activity_count-1; $activities->total_activity_count = $activities->total_activity_count-1; $activities->pag_num = $activities->pag_num -1; } } // Renumber the array keys to account for missing items. $activities_new = array_values( $activities->activities ); $activities->activities = $activities_new; return $activities; } add_action(‘bp_has_activities’, ‘my_hidden_activities’, 10, 2 );
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, theme should work fine with visual composer, we will add a 100% compatibility soon 🙂
The top bar shows the social media buttons but you could add text to it editing the file header.php
To change the button style you can use css, try this, add it to style.css of child themeCOPY CODEa.play.button.large.alert.radius { background-color: black !important; border: 1px solid black !important; }
To change the social media icon colors add this to style.css
COPY CODE.top-links i:before { color: pink !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, that is normal, as the fotter is the end of the page. Try adding this to style.css of child theme 🙂
COPY CODEdiv#socket { position: fixed !important; bottom: 0 !important; width: 100% !important; } body { background: black; }
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, login popup is only editable by php, the file is at page-parts/general-popups.php
You could add your logo using a simple html code likeCOPY CODE<img src="url of image" />
at the popup 🙂
For the captcha, what plugin are you using?
The register page is generated dynamically, so the page you are editing wont show, if you want to edit it you need to edit the file found at buddypress/members/register.php
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 to delete the code above and add the following to the style.css 🙂
COPY CODE#logo_img { max-height: 360px; max-width: 250px; } .header-centered .navbar-header, .logo { height: 250px !important; } .header-centered .navbar-header, .logo { height: 10px !important; } .kleo-main-header.header-centered.header-scrolled img { max-height: 60px !important; margin-left: -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, for the logo resize, did you resolve it? I see it fine 🙂
For the “new” we useCOPY CODE<em>NEW</em>
next to the menu item name at Appearance > Menus
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 🙂
March 18, 2016 at 04:28 in reply to: Is it possible to remove button text inside the activity feed? and rearrange the order of the buttons? #111443Laura
ModeratorHello, please try adding this to style.css of child theme
COPY CODEul#activity-stream a { text-indent: -9999px; width: 60px; } ul#activity-stream a:before { text-indent: 1px !important; padding-left: 5px; } ul#activity-stream a:before:nth-child(1) { text-indent: 1px !important; width: 170px !important; }
This is a custom request so i suggest to hire a developer for future style changes
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 using this css code with the other one i sent you before
COPY CODEul.button-group.radius.right { width: 120px !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.cmdm-screenshots .cmdm-scrreenshot-image { height: 100% !important; } .cmdm-screenshots { max-height: 100% !important; } .cmdm-screenshots-scrollable { height: 700px !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.map_category>.toggle { 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, you could add this to style.css of child theme, this will change the heart icon for a star
COPY CODE.icon-heart:before { content: "\f005" !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 to replace this
COPY CODE.item–list–tabs.no–ajax#object-nav a:before { font: 400% “FontAwesome”; content: “\f144”; display: block; text–align: center; transition: all 0.4s ease–in–out 0s; }
With this
COPY CODE.item–list–tabs.no–ajax#object-nav a:before { font: 200% “FontAwesome”; content: “\f144”; display: block; text–align: center; transition: all 0.4s ease–in–out 0s; }
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 🙂
March 16, 2016 at 20:43 in reply to: how to change the background and text color on rtMedia image comments popup box? #111063Laura
ModeratorHello, try adding this to style.css of child theme
COPY CODE.rtmedia-single-meta.rtm-single-meta { background: #0B0F18; }
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 CODEli#forums-personal-li { 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 🙂
March 15, 2016 at 01:58 in reply to: How to change the live chat text background bubble to each user? #110575Laura
ModeratorHello, do you have a custom style that changes the color of it? if so, please delete it and add this instead
COPY CODE.wcContainer .wcMessages .wcMessage.wcCurrentUserMessage .wcMessageContent { background: black; color: #ffffff; } .wcContainer .wcMessages .wcMessage .wcMessageContent { background-color: grey; }
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 🙂
March 15, 2016 at 00:49 in reply to: How to change text link color and hover in activity feed on link #110564Laura
ModeratorHello, please try adding this to style.css at child theme
COPY CODE::selection { background: 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, please try adding this to style.css of child theme 🙂
COPY CODE@media (max-width: 991px) { .kleo-main-header.header-normal.header-scrolled { background: 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 🙂
March 14, 2016 at 12:28 in reply to: How can I make the event widget look good in the right sidebar? #110299Laura
ModeratorHello, please replace your html code for this:
COPY CODE<li class="events"><table style=’line-height:1.2′> <tr> <td style=”vertical-align:top;padding-top:0px;width:0px”><a href="”#_EVENTURL”">#_EVENTIMAGE{80,80}</a></td> <td style=”vertical-align:top”><a href="”#_EVENTURL”"><b style=”line-height:10px”>#_EVENTNAME</b>{has_location}, #_LOCATIONTOWN{/has_location}</a><br /> <div style=’font-size:12px;line-height:12px;padding-top:2px’><b>#_EVENTDATES</b></div> <div style=’font-size:10px;line-height:10px;padding-top:15px’></div> <span class="button" style=’font-size:11px;line-height:24px;padding-top:15px’><i>#_BOOKINGBUTTON</i></span></td> </tr> </table> <br /></li>
And add this to style.css of child theme
COPY CODE.button a { background: #DD9933 !important; float: left !important; position: absolute; width: 100% !important; margin-left: -35%; color: white !important; } .events img { width: 100px !important; height: 60px; position: relative; }
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 adding this to style.css of child theme, then change as you wish 🙂
COPY CODEdiv#search-bar { background: 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 🙂
1) Seems like you already fixed it
2) Try adding this to style.css of child themeCOPY CODE@media only screen and (max-width: 940px) { .top-bar a { background: #39935C !important; color: white !important; } .top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a li a:hover, .top-bar ul > li.toggle-topbar { background: #39935C; } .top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus { background: #087834; } }
3) Add this to style.css of child theme
COPY CODE#header a:not(.button), div#main .widgets-container.sidebar_location .form-search a:not(.button), .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select { color: #087834; }
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, 🙂
1) Its usually a server issue, that doesnt send emails or a plugin conflict issue, try to disable some plugins and try again or contact your hosting provider about the php mail not working 🙂2) At Users > Profile fields you can change each field, they are global so you cant change it only at the profile tabs
3) For that you will need to add a php with custom css to hide that section when you are not in your profile or if you want it for your own profile too a css code will do it, let me know what you prefer 🙂
4) Try adding this to style.css of child theme
COPY CODE.five.columns { margin-left: -190px; } .five.mobile-four.columns { margin: 0px !important; } .five.mobile-one.columns { margin: 0px !important; }
5) Hello, for the header background you can use this css code
COPY CODE#header { background-color: #bfbfbf; background-position: right center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; }
At background-position: right center; you can use numbers for example background-position: 150px 150px;
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#buddypress #friend-list li div.item-avatar, #buddypress #member-list li div.item-avatar, #buddypress #members-list li div.item-avatar { float: none !important; display: block; border-radius: 3px; position: relative; margin: 0 auto !important; } #buddypress #friend-list .friend-inner-list, #buddypress #member-list .member-inner-list, #buddypress #members-list .member-inner-list { padding: 10px 0 10px !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 🙂
March 10, 2016 at 18:49 in reply to: Thanks and Quoted message styling issue – GD bbpress Toolbox #109818Laura
ModeratorHello, try adding it to style.css like this
COPY CODE.bbp-said-thanks h6 { font-size: 11px !important; } .d4pbbc-quote { font-style: italic !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 adding this to style.css of the child theme
COPY CODEul.button-group.radius.right { float: none !important; 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, you could try the following, just add it to style.css of child theme 🙂
COPY CODE@media (max-width: 991px) { h2.vc_custom_heading { font-size: 72px !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 🙂
Laura
ModeratorHello, yes you can use that but i do suggest to use style.css, to make the font size larger just add font-size:(number); to the code, like this:
COPY CODEa.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-custom.vc_btn3-icon-left { font-weight: bolder; font-size:14px; }
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 simply add this to style.css of child theme, its a css code to hide the menu
COPY CODEnav.top-bar { display: none; }
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 adding this to style.css of child theme
COPY CODEul#menu-primary { margin-top: 20%; margin-left: -55%; }
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 🙂
-
AuthorPosts