Forum Replies Created

Viewing 40 posts - 1,121 through 1,160 (of 2,796 total)
  • Author
  • in reply to: change color of text and link in post boxes #155076
     Laura
    Moderator
    Not marked as solution
    in reply to: Sub Menu font size #155062
     Laura
    Moderator

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

    COPY CODE
    
    ul.dropdown-menu a {
        font-size: 18px;
    }
    
    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: Side menu not aligned to top of website #155055
     Laura
    Moderator
    Not marked as solution
    in reply to: Style of Font and #154874
     Laura
    Moderator

    Hello, that bar seems to be added by a plugin, you can hide it adding this to style.css of child theme

    COPY CODE
    
    @media screen and (max-width: 782px) {
    #wpadminbar {
        height: 46px;
        min-width: 300px;
        display: none !important;
    }
    }
    

    To change the font just delete “monospace” and put the name of the font
    The form, what plugin are you using? Did you test with contact form 7?

    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 Picture not uploading on subscriber account #154846
     Laura
    Moderator

    Hello, at quick css you had the subnav of buddypress hidden, you used

    COPY CODE
    
    #subnav{
    display: none !important;
    }
    

    That hides also the change profile photo

    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: Backlight for the main menu when on the site #154843
     Laura
    Moderator
    Not marked as solution
    in reply to: Members page #154814
     Laura
    Moderator

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

    COPY CODE
    
    li#members-all span {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a 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 CUSTOM AVATOR SIZE #154763
     Laura
    Moderator

    Hello, try with this css, add it to style.css of child theme

    COPY CODE
    
    div#buddypressfoaf-widget-random-2 img {
        border-radius: 60%;
        width: 60%;
    }
    
    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 the blog layout #154718
     Laura
    Moderator

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

    COPY CODE
    
    .article-content p {
        font-size: 18px !important;
        line-height: 1 !important;
        color: #969696 !important;
        font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !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: Style of Font and #154715
     Laura
    Moderator

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

    COPY CODE
    
    h1.page-title {
        font-family: monospace;
    }
    .breadcrumb-extra a {
    font-family: monospace;
    }
    

    You could add the links to the breadcrumbs at theme options 🙂
    Do you mean a live chat? You can use any support chat plugin for that 🙂

    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: Facebook login and more #154654
     Laura
    Moderator

    Hello, then use this

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

    in reply to: Consultas varias sobre personalización del tema #154651
     Laura
    Moderator

    Hola 🙂
    7- Prueba con este css

    COPY CODE
    
    #breadcrumbs-wrapp .inline-list li {
        display: none !important;
    }
    

    8- Sí, con este plugin https://es.wordpress.org/plugins/bp-redirect-to-profile/
    9- CSS

    COPY CODE
    
    a#rtmedia-nav-item-albums {
        background: #101010 !important;
        color: white !important;
    }
    a#rtmedia-nav-item-photo {
        background: #101010 !important;
        color: white !important;
    }
    a#rtmedia-nav-item-video {
        background: #101010 !important;
        color: white !important;
    }
    

    10- El plugin de likes no es algo que venga con el tema y como estas en localhost no puedo verlo
    11- Quieres quitar todos los corazones?

    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: Issue with the Menu bar #154491
     Laura
    Moderator
    Not marked as solution
    in reply to: Facebook login and more #154477
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    form#settings-form {
        display: none !important;
    }
    li#profile-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 🙂

    in reply to: Help. #154335
     Laura
    Moderator
    Not marked as solution
    in reply to: Consultas varias sobre personalización del tema #154319
     Laura
    Moderator

    Hola, respecto al 1, no se puede cambiar con css, asi que prosigo con los siguientes 🙂
    2- En las opciones del tema puedes cambiar los colores y poner una imagen en esa zona
    3- No está disponible esta característica
    4- Prueba con este css al style.css del child theme

    COPY CODE
    
    .directory h2 {
        color: #c92424 !important;
    }
    .pink-text {
    color: #c92424 !important;
    }
    

    5- CSS

    COPY CODE
    
    .label.alert {
        background-color: #c92424 !important;
    }
    

    6- CSS

    COPY CODE
    
    .rtmedia-single-meta.rtm-single-meta {
        background: #121212 !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: Facebook login and more #154299
     Laura
    Moderator

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

    COPY CODE
    
    .kleo-pop-title-wrap.main-color {
        display: none !important;
    }
    form#login_form {
        display: none !important;
    }
    #kleo-login-modal .gap-20 {
        display: none !important;
    }
    div#register-page {
        display: none !important;
    }
    .registration .hr-title.hr-full {
        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: about Buddypress #154280
     Laura
    Moderator

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

    COPY CODE
    
    .buddypress #item-nav {
        display: none !important;
    }
    .buddypress .sub-nav {
        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: Logo setting #154225
     Laura
    Moderator
    Not marked as solution
    in reply to: Horizontal Form mess #154217
     Laura
    Moderator
    Not marked as solution
    in reply to: Color of TOP menu arrows/text and Toggle background #154209
     Laura
    Moderator

    Hello, try with

    COPY CODE
    
    .top-bar span.caret:after {
        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: Help me fix the footer. #154197
     Laura
    Moderator
    Not marked as solution
    in reply to: how to change main sub menu text size? #154192
     Laura
    Moderator

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

    COPY CODE
    
    ul.dropdown-menu.sub-menu.pull-left {
        font-size: 18px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a 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 do i remove the search icon from the menu #154189
     Laura
    Moderator

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

    COPY CODE
    
    li#nav-menu-item-search {
        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: WooCommerce Single Product Page #154054
     Laura
    Moderator

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

    COPY CODE
    
    .single-product .sidebar.sidebar-main.col-sm-3.sidebar-right {
        display: none !important;
    }
    .single-product .template-page.col-sm-9.tpl-right {
        width: 100% !important;
        border: 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: Text Colar in Cover Image #154052
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    div#latest-update {
        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: Horizontal line in my featured items grids #154046
     Laura
    Moderator

    Hello, yes, try

    COPY CODE
    
    .feature-items.col-xs-12.col-sm-6.col-md-6:after {
        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: Make the sidebar wider #153999
     Laura
    Moderator

    Hello, sorry for the delay, please try by adding this to style.css of child theme

    COPY CODE
    
    .offcanvas-sidebar.side-color.is-open {
        width: 340px !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 make some content visible by CSS? #153973
     Laura
    Moderator

    Hello, its part of the css of that plugin
    try by adding this to style.css of child theme

    COPY CODE
    
    .tribe-events-event-meta {
        background: none !important;
        border: 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 the grey area under slider when on mobile #153970
     Laura
    Moderator

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

    COPY CODE
    
    @media only screen and (max-width: 940px) {
    div#rev_slider_7_1_wrapper {
        min-height: 357px !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: Font color change in buddy press #153968
     Laura
    Moderator

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

    COPY CODE
    
    span.time-since {
        color: white !important;
    }
    #buddypress .activity-list .activity-content .activity-header, #buddypress .activity-list .activity-content .comment-header {
        color: white !important;
    }
    textarea#whats-new {
        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: contact form 7 fields text colour #153825
     Laura
    Moderator

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

    COPY CODE
    
    form.wpcf7-form label {
        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: logo Jumps Out of Place on Mobile #153819
     Laura
    Moderator
    Not marked as solution
    in reply to: Text Colar in Cover Image #153760
     Laura
    Moderator

    Hello, try this css

    COPY CODE
    
    #item-header div#item-meta a {
        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: Color of TOP menu arrows/text and Toggle background #153759
     Laura
    Moderator

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

    COPY CODE
    
    span.caret:after {
        color: white !important;
    }
    

    What toggle is that one? Can i see it online?

    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: Horizontal line in my featured items grids #153744
     Laura
    Moderator

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

    COPY CODE
    
    .main-color .divided-items .feature-items:before, .main-color .divided-items .col-md-3:after, .main-color .divided-items .col-md-6:after {
    display:none !important;
    }
    

    Thanks you very much for your patience 🙂

    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 Not responsive in Iphone #153683
     Laura
    Moderator

    Hello, added this to style.css of child theme

    COPY CODE
    
    .navbar-transparent #menu-kleonavmenu li .caret:after {
        color: black !important;
    }
    

    Let me know if it helps 🙂

    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 Theme My Login Register Page #153641
     Laura
    Moderator

    Hello, add this to functions.php of child theme

    COPY CODE
    
    add_action('user_register', 'kleo_pmpro_default_level');
    function kleo_pmpro_default_level($user_id) {
    	pmpro_changeMembershipLevel(1,$user_id);
    }
    

    1 is the level you want to be default

    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: Trying To Embedd a daily qoute on Page #153636
     Laura
    Moderator
    Not marked as solution
    in reply to: Home Pinterest – posts area 100% width #153631
     Laura
    Moderator

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

    COPY CODE
    
    .page-id-9614 .section-container.container {
        max-width: 100% !important;
    }
    .vc_grid.vc_row.vc_grid-gutter-1px .vc_grid-item {
        padding-right: 0px !important;
        padding-bottom: 0px !important;
    }
    

    It should only affect that page

    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,121 through 1,160 (of 2,796 total)

Log in with your credentials

Forgot your details?