Forum Replies Created

Viewing 40 posts - 1,881 through 1,920 (of 2,796 total)
  • Author
  • in reply to: query today's posts #111895
     Laura
    Moderator

    Hello, 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 works

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura 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.
    in reply to: Default Filter for Activity Stream #111800
     Laura
    Moderator

    Hello, 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 solution

    Laura 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
    Moderator

    Hello, try the following css at style.css of child theme 🙂
    Change color as you wish

    COPY 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 solution

    Laura 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 🙂

    in reply to: logo size confusion #111776
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Resize Logo not Working on Scrolling Up #111756
     Laura
    Moderator

    Hello 🙂
    1- Can you share admin credentials so i can check it out? 🙂
    2- Sorry, my bad, i meant we use this code

    COPY 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 solution

    Laura 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 🙂

    in reply to: How to delete Public Message button? #111750
     Laura
    Moderator

    Hello, then add this to style.css of child theme

    COPY CODE
    
    div#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 solution

    Laura 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 🙂

    in reply to: Portfolio template icon change #111741
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: How to change size of icons? #111738
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Disable default comments #111614
     Laura
    Moderator

    Hello, 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 solution

    Laura 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
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Layout settings theme width question #111591
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Many issues after successfully installing kleo theme #111589
     Laura
    Moderator

    Hello, 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.css

    COPY CODE
    a.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 > Pages

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura 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 🙂

    in reply to: Default Filter for Activity Stream #111585
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Menu Position #111575
     Laura
    Moderator

    Hello, 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 theme

    COPY CODE
    
    a.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 solution

    Laura 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 🙂

    in reply to: Remove white band below the footer #111572
     Laura
    Moderator

    Hello, that is normal, as the fotter is the end of the page. Try adding this to style.css of child theme 🙂

    COPY CODE
    
    div#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 solution

    Laura 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 🙂

    in reply to: Pop up Module log in #111563
     Laura
    Moderator

    Hello, 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 like

    COPY 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 solution

    Laura 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 🙂

    in reply to: logo size confusion #111546
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Resize Logo not Working on Scrolling Up #111541
     Laura
    Moderator

    Hello, for the logo resize, did you resolve it? I see it fine 🙂
    For the “new” we use

    COPY 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 solution

    Laura 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
    Moderator

    Hello, please try adding this to style.css of child theme

    COPY CODE
    
    ul#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 solution

    Laura 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 🙂

    in reply to: LogIn/Profile button #111408
     Laura
    Moderator

    Hello, please try using this css code with the other one i sent you before

    COPY CODE
    
    ul.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 solution

    Laura 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 🙂

    in reply to: responsive or resize a screenshot area? #111142
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Remove elements #111135
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Remove heart image from Rounded Images #111106
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: How to change size of icons? #111094
     Laura
    Moderator

    Hello, 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 solution

    Laura 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
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: How to delete Forum Tab? #110588
     Laura
    Moderator

    Hello, please try adding this to style.css of child theme

    COPY CODE
    
    li#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 solution

    Laura 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
    Moderator

    Hello, 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 solution

    Laura 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
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Black header when header is transparent #110450
     Laura
    Moderator

    Hello, 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 solution

    Laura 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
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Change background color of top search bar #110243
     Laura
    Moderator

    Hello, try adding this to style.css of child theme, then change as you wish 🙂

    COPY CODE
    
    div#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 solution

    Laura 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 🙂

    in reply to: Responsive visibility #110132
     Laura
    Moderator

    Hello 🙂
    1) Seems like you already fixed it
    2) Try adding this to style.css of child theme

    COPY 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 solution

    Laura 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 🙂

    in reply to: Customization #110081
     Laura
    Moderator

    Hello, 🙂
    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 solution

    Laura 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 🙂

    in reply to: Profile pictures #109843
     Laura
    Moderator

    Hello, 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 solution

    Laura 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
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: LogIn/Profile button #109768
     Laura
    Moderator

    Hello, try adding this to style.css of the child theme

    COPY CODE
    
    ul.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 solution

    Laura 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 🙂

    in reply to: Responsive Setting #109730
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    in reply to: Button text bold #109718
     Laura
    Moderator

    Hello, 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 CODE
    
    a.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 solution

    Laura 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 🙂

    in reply to: Menu #109622
     Laura
    Moderator

    Hello, you can simply add this to style.css of child theme, its a css code to hide the menu

    COPY CODE
    
    nav.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 solution

    Laura 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 🙂

    in reply to: moving navigation menu down below logo #109598
     Laura
    Moderator

    Hello, try adding this to style.css of child theme

    COPY CODE
    
    ul#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 solution

    Laura 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 🙂

Viewing 40 posts - 1,881 through 1,920 (of 2,796 total)

Log in with your credentials

Forgot your details?