Forum Replies Created

Viewing 40 posts - 881 through 920 (of 2,796 total)
  • Author
  • in reply to: My Logo is not centered with margins above logo #164482
     Laura
    Moderator

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

    COPY CODE
    
    strong.logo {
        padding-top: 20px;
    }
    
    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: i seem to miss my post button #164481
     Laura
    Moderator

    Hello, please try

    COPY CODE
    
    #buddypress #whats-new-options {
        height: auto !important;
        overflow: hidden;
        display:block;
        visibility:visible;
    }
    

    If it doesnt work let me know 🙂

    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: Footer Widget Title Color Change #164385
     Laura
    Moderator

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

    COPY CODE
    
    h4.widget-title {
        color: red !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 remove fullname #164376
     Laura
    Moderator

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

    COPY CODE
    
    .bp-user .breadcrumbs li:last-child {
        display: none;
    }
    #profile h2 {
        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: Post Button In “Groups” #164373
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

    Hello, please try adding this too

    COPY CODE
    
    .two.columns.hz-checkbox-name {
        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: upload button missing on activity and profile #164295
     Laura
    Moderator

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

    COPY CODE
    
    #buddypress #whats-new-options {
        height: auto !important;
        overflow: hidden;
        display:block;
        visibility:visible;
    }
    
    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: Cant Post Status Updates anymore #164285
     Laura
    Moderator
    Not marked as solution
    in reply to: Search – Change size of dropdown #164168
     Laura
    Moderator

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

    COPY CODE
    
    .two.columns.hz-select {
        width: 20%;
    }
    

    About the autocomplete, that is not available right now

    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
    Not marked as solution
    in reply to: Where is the button to send the comment? #164102
     Laura
    Moderator

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

    COPY CODE
    
    #buddypress #whats-new-options {
        height: auto !important;
        overflow: hidden;
        display:block;
        visibility:visible;
    }
    
    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 button enter #164101
     Laura
    Moderator
    Not marked as solution
    in reply to: how to remove fullname #164095
     Laura
    Moderator

    Hello, yes, just add this to style.css of child theme 🙂

    COPY CODE
    
    dt.bp-field-name.bp-field-id-1 {
        display: none !important;
    }
    dd.bp-field-value.bp-field-id-1 {
        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: Home-Register page text alignment #164090
     Laura
    Moderator
    Not marked as solution
    in reply to: Change the color of the first accordion #164001
     Laura
    Moderator

    Hello, you can add a class to the first one and use css like this:

    COPY CODE
    
    .YOURCLASSNAME .panel-heading {
    background:red !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 try by adding this to style.css of child theme

    COPY CODE
    
    div#search-bar .row {
        width: 100%;
        padding-bottom: 10px;
    }
    .two.columns.bglabel.hz-checkbox {
        float: left !important;
        margin: 0 auto !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 can I center Items on homepage #163993
     Laura
    Moderator

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

    COPY CODE
    
    .status.three.columns.mobile-one {
        width: 100% !important;
    }
    

    Will check the ticket 🙂

    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: Can not fint where to change color of header #163986
     Laura
    Moderator

    Hello, that is the top bar 🙂 You can change it using the following css, just add it to style.css of child theme

    COPY CODE
    
    .top-links {
        background: white !important;
        border: white !important;
        color: red !important;
    }
    .top-links a {
        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: I cann’t get post button in new activity commnet #163980
     Laura
    Moderator

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

    COPY CODE
    
    #buddypress #whats-new-options {
    display: inline !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, just add this to style.css of child theme

    COPY CODE
    
    a#my-address {
        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: Post Button In “Groups” #163840
     Laura
    Moderator
    Not marked as solution
    in reply to: Change button color Shopping cart #163675
     Laura
    Moderator

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

    COPY CODE
    
    .woocommerce-page input.button:disabled {
        color: white !important;
    }
    .woocommerce-page input.button {
        color: 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 try

    COPY CODE
    
    
    #whats-new-content.active #whats-new-options { 
    display: block !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: WooCommerce Product Page Buy and Wishlist Buttons #163291
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
    in reply to: KLEO Lightbox Style Settings? #163249
     Laura
    Moderator

    Hello, there is some css overriding that, it may be related to cache, please check your style.css and any custom css you have, the class is

    COPY CODE
    
    .rtmedia-single-meta
    

    You should replace it with

    COPY CODE
    
    .rtmedia-single-meta.rtm-single-meta {
        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 try by adding this to style.css of child theme

    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 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
    Not marked as solution
    in reply to: About Us links #163164
     Laura
    Moderator

    Hello, i’m so sorry! I just added it for you using

    COPY CODE
    
    <span style="color: #c0c0c0;"><a href="URL HERE"><i class="icon fa fa-instagram icon-2x"></i></a></span>
    

    You need to add it at the TEXT editor, not visual 🙂

    Now just change the URL HERE to the instagram url

    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: Buddypress show members grid #162950
     Laura
    Moderator

    Hello, please try

    COPY CODE
    
    
    img.avatar {
        width: 150px !important;
        height: 150px !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: Why user can’t publish nothing? #162864
     Laura
    Moderator
    Not marked as solution
    in reply to: Buddypress Register page – disable sidebar #162859
     Laura
    Moderator

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

    COPY CODE
    
    .registration .sidebar.sidebar-main.col-sm-3.sidebar-right {
        display: none !important;
    }
    .registration .template-page.col-sm-9.tpl-right {
        width: 100%;
        border-right: 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: Mobile Menu #162774
     Laura
    Moderator

    Hello, if its only for the landing page, try by adding this to style.css of child theme

    COPY CODE
    
    @media (max-width: 991px) {
    .home #header {
        background-color: transparent !important;
        position: absolute !important;
    }
    .home .kleo-main-header {
        box-shadow: 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
    Not marked as solution
    in reply to: Title text size on Mobile post views #162745
     Laura
    Moderator
    Not marked as solution
    in reply to: Buddypress show members grid #162741
     Laura
    Moderator

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

    COPY CODE
    
    img.avatar.user-2-avatar {
        width: 150px !important;
        height: 150px !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
    Not marked as solution
    in reply to: WooCommerce Product Page Buy and Wishlist Buttons #162669
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator
    Not marked as solution
    in reply to: Title text size on Mobile post views #162562
     Laura
    Moderator
    Not marked as solution
Viewing 40 posts - 881 through 920 (of 2,796 total)

Log in with your credentials

Forgot your details?