Forum Replies Created

Viewing 40 posts - 561 through 600 (of 2,796 total)
  • Author
  • in reply to: General help #180436
     Laura
    Moderator

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

    COPY CODE
    
    img#logo_img {
        margin-left: -30% !important;
        margin-top: -6% !important;
    }
    

    • Can’t see who has looked at their profile
    This is related to a third party plugin because by default nobody can see who visited their profile. To create a new function for that its related to custom requests
    • Can receive and reply to messages, but
    • Cannot send initial messages to other members
    By default you can choose to not allow to receive messages, as the feature of hiding the name its not available, its also a custom request, a new function that needs to be added

    We can help with style changes but cannot add new functions

    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 🙂
    What you could do at 1 is to use widget visibility plugin, so you can hide which widgets guests view 🙂
    2- This css changes the button color

    COPY CODE
    
    .button.alert {
        background-color: black !important;
        border: 1px solid 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: Bug on the event, flying off “Add New” #180313
     Laura
    Moderator

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

    COPY CODE
    
    a.em-button.button.add-new-h2 {
        margin-top: 6% !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.cs of child theme for 1 and 2

    COPY CODE
    
    div#buddypress.text-center h2 {
        display: none !important;
    }
    #register_panel i.icon-magic.icon-large {
        display: none !important;
    }
    #register_panel i.icon-heart {
        display: none !important;
    }
    

    3- Check at Sweetdate > Buddypress to change the layout
    4- Yes, add this to style.css of child theme

    COPY CODE
    
    .error {
        background: blue !important;
    }
    

    5- By default only the first group, to add more groups it requires file modifications which i can’t do for 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: Edit Profile Layout #180135
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

    Hello, i do not know where does it come from, try by deactivating some plugins to find the source. Anyways you can hide it by adding this to style.css of child theme 🙂

    COPY CODE
    
    button#addToCartButton {
        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
    Not marked as solution
    in reply to: SubMenu Colors #179999
     Laura
    Moderator

    Here 🙂

    COPY CODE
    
    div#ajax_search_container:before {
        background-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: Photo icon – scale to fit #179993
     Laura
    Moderator

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

    COPY CODE
    
    .geodir_thumbnail.geodir_lazy_load_thumbnail {
        background-size: contain !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: favorites count #179927
     Laura
    Moderator
    Not marked as solution
    in reply to: SubMenu Colors #179850
     Laura
    Moderator

    Here 🙂

    COPY CODE
    
    .header-color .hr-title abbr, .header-color .kleo_ajax_results h4 span {
        background-color: transparent !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: Geodirectory font #179839
     Laura
    Moderator

    Hello, this should help you with all geodir widgets, just edit the font size number 🙂

    COPY CODE
    
    .geodir-widget h3 {
        font-size: 14px !important;
    }
    

    Add it to style.css of child theme

    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: Revolution slider on mobile #179836
     Laura
    Moderator

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

    COPY CODE
    
    div#rev_slider_4_1_wrapper {
        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: User profile – section icons #179733
     Laura
    Moderator

    Hello, added this to quick css, it works now

    COPY CODE
    
    .bp-light-icons #buddypress div#item-nav ul #notifications-personal-li a:before {
        content: "\e800" !important;
    }
    .bp-light-icons #buddypress div#item-nav ul #messages-personal-li a:before {
        content: "\e800" !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: SubMenu Colors #179727
     Laura
    Moderator

    Hello, it is the correct code, try maybe using quick css at the options

    COPY CODE
    
    .kleo_ajax_results h4 {
        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 🙂

    in reply to: comment, favourite, delete button in activity stream #179512
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    a.button.bp-primary-action.show-comments:before {
        left: 10px !important;
        top: -1px !important;
        color: 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: Remove File Name From Media Post In Groups #179414
     Laura
    Moderator
    Not marked as solution
    in reply to: SubMenu Colors #179382
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    .kleo_ajax_results h4 {
        color: white !important;
    }
    .kleo_ajax_entry.ajax_not_found {
        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, try adding this to style.css of child theme

    COPY CODE
    
    .article-media.clearfix img {
        height: 224px !important;
        margin-top: 2.5%;
    }
    
    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 last seen #179317
     Laura
    Moderator

    Hello, you can change emails at the wp admin section called Emails
    to remove the last seen just add this to style.css of child theme

    COPY CODE
    
    #profile .activity {
        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: Disable Category-Links #179307
     Laura
    Moderator
    Not marked as solution
    in reply to: Mobile Header Image Background #179222
     Laura
    Moderator
    Not marked as solution
    in reply to: CSS #179221
     Laura
    Moderator

    Hello, try with

    COPY CODE
    
    .bbp-reply-content a {
        text-decoration: underline !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: Setting Featured Image Size to Thumbnail #179215
     Laura
    Moderator

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

    COPY CODE
    
    .single-post img.attachment-kleo-full-width.size-kleo-full-width.wp-post-image {
        width: 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: SubMenu Colors #179213
     Laura
    Moderator

    Hello, please try

    COPY CODE
    
    span.search_excerpt {
        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 🙂

    in reply to: Social text showing at the bottom of each page #179212
     Laura
    Moderator

    Hello, added the code

    COPY CODE
    
    ul.kleo-social-icons:nth-child(3n) {
    display: none !important;
    }
    

    To quick css and worked 🙂

    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: CSS #179114
     Laura
    Moderator

    Hello, here 🙂

    COPY CODE
    
    fieldset.bbp-form legend {
        font-size: 18px !important;
    }
    

    For the text area i already gave you the code before 🙂

    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 #178469
     Laura
    Moderator
    Not marked as solution
    in reply to: User profile – section icons #178468
     Laura
    Moderator

    Hello, maybe this works

    COPY CODE
    
    li#messages-personal-li a:before {
    content: “\e800” !important;
    }
    li#notifications-personal-li a:before {
    content: “\e800” !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: Homepage header – margin and mobile #178467
     Laura
    Moderator

    Hello, should be fixed now, added it as an element at a text block instead of the header content an added this

    COPY CODE
    
    .wpb_widgetised_column.wpb_content_element.sidebar {
        padding-top: 0px !important;
    }
    

    To the page css

    Also modified both row paddings

    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: Homepage header – margin and mobile #178447
     Laura
    Moderator

    Hello, add this to style.css of child theme to remove the gap

    COPY CODE
    
    section.container-wrap.main-color {
        padding-top: 0px !important;
    }
    

    I do see the header on mobile, let me know if its fixed

    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#menu-main-menu {
        margin-top: 3% !important;
    }
    .eight.columns.login-buttons {
        display: none !important;
    }
    div#main .row {
        width: 1440px !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: User profile – section icons #178343
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    a#user-gdbuddypress-nav-favorites:before {
        font: 320% "fontello";
        content: "\e800" !important;
        margin-bottom: 10px;
    }
    
    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, sadly the forum page and blog page are dynamic pages, which means they are generated on each request by the file, so they can only be edited by editing the file.

    For the login this will hide it for about us and blog

    COPY CODE
    
    .home-page .eight.columns.login-buttons {
        display: none !important;
    }
    .page-id-1091 .eight.columns.login-buttons {
        display: none !important;
    }
    .blog .eight.columns.login-buttons {
        display: none !important;
    }
    

    I already added it.

    For the menu, can you share a screenshot showing where do you want it to be?

    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 Fields > Descriptions #177928
     Laura
    Moderator

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

    COPY CODE
    
    .standard-form p.description:nth-child(2n) {
        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: make the register form transparent #177926
     Laura
    Moderator

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

    COPY CODE
    
    .form-header {
        border-left: 10px solid rgba(30, 115, 190, 0.3);
        border-top: 10px solid rgba(30, 115, 190, 0.3);
        border-right: 10px solid rgba(30, 115, 190, 0.3);
        background: rgba(30, 115, 190, 0.3) !important;
    }
    .form-search {
        border-left: 10px solid rgba(30, 115, 190, 0.3);
        border-right: 10px solid rgba(30, 115, 190, 0.3);
        background: rgba(30, 115, 190, 0.3) !important;
    }
    .form-footer {
        color: white !important;
        padding: 20px 20px 10px;
        border-left: 10px solid rgba(30, 115, 190, 0.3) !important;
        border-bottom: 10px solid rgba(30, 115, 190, 0.3) !important;
        border-right: 10px solid rgba(30, 115, 190, 0.3) !important;
        background: rgba(30, 115, 190, 0.3) !important;
    }
    .form-search.custom div.custom.dropdown a.current, .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select {
        background-color: transparent !important;
        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 🙂

    in reply to: Mobile products page #177912
     Laura
    Moderator

    Hello, does this help?

    COPY CODE
    
    .kleo-shop-3 li.product:nth-of-type(3n+1), .kleo-shop-cols-3 li.product:nth-of-type(3n+1), .woocommerce.columns-3 li.product:nth-of-type(3n+1) {
        clear: 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: Default Profile Header #177908
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

    Hello, please add this to style.css of child theme for revolution slider issue

    COPY CODE
    
    div#rev_slider_1_1_wrapper {
        display: block !important;
    }
    

    To hide the header on other pages just let me know which pages as there is a different code for each.

    I am orry about this issue, i have been testing to find the solution and it has taken more time than expected. We only want to help our customers, that is why we offer free support for all buyers

    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: category description – duplicate content #177792
     Laura
    Moderator

    Hello, i am so sorry for the misunderstanding. Please try by adding this to style.css of child theme

    COPY CODE
    
    .paged .archive-description {
        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 🙂

Viewing 40 posts - 561 through 600 (of 2,796 total)

Log in with your credentials

Forgot your details?