Forum Replies Created

Viewing 40 posts - 601 through 640 (of 2,796 total)
  • Author
  • in reply to: Toggle Color for Expand 2nd Level #177785
     Laura
    Moderator

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

    COPY CODE
    
    .header-color .navbar-toggle .icon-bar {
        background-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: User profile – section icons #177755
     Laura
    Moderator

    Hello, this is the css style, add it to style.css of child theme you need to add the code of the icon, its not font awesome, its fontello

    COPY CODE
    
    li#xprofile-personal-li a:before {
        content: "\ea03";
    }
    li#events-personal-li a:before {
        content: "\ea03";
    }
    .bp-light-icons #buddypress div#item-nav ul #friends-personal-li a:before {
        content: "\e9ab";
    }
    .bp-light-icons #buddypress div#item-nav ul #groups-personal-li a:before {
        content: "\e9cb";
    }
    li#gdbuddypress-nav-listings-personal-li a:before {
        content: "\e9cb";
    }
    a#user-gdbuddypress-nav-favorites a:before {
        content: "\e9cb";
    }
    li#rendez-vous-personal-li a:before {
        content: "\e9cb";
    }
    li#settings-personal-li a:before {
        content: "\e9cb";
    }
    

    Just change the \e9cb wth the icon code

    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: Show name and position of icons #177720
     Laura
    Moderator

    Hello, try with

    COPY CODE
    
    .basic-menu {
        margin-left: 50%;
    }
    
    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: long profile fields broken off #177613
     Laura
    Moderator

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

    COPY CODE
    
    dt {
        width: 100% !important;
        text-align: left !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: Removing text on bp menu items #177610
     Laura
    Moderator

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

    COPY CODE
    
    ul.responsive-tabs li a {
        font-size: 0 !important;
    }
    ul.responsive-tabs a:before {
        font-size: 34px !important;
    }
    .count {
        font-size: 14px !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, slider should be visible on mobile now, and for the profile, try by adding this to style.css of child theme

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

    Will hide it on homepage

    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 color #177450
     Laura
    Moderator

    Hello, try with this css

    COPY CODE
    
    .kleo_text_column.wpb_content_element.vc_custom_1508468015054 a {
        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 #177196
     Laura
    Moderator

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

    COPY CODE
    
    @media (max-width: 991px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 50% !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: CSS #177101
     Laura
    Moderator

    Hello 🙂
    Text area

    COPY CODE
    
    textarea {
        font-size: 20px !important;
    }
    

    Article content paragraph (below image too)

    COPY CODE
    
    .article-content p {
        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: Site showing two menus #177100
     Laura
    Moderator

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

    COPY CODE
    
    .secondary-menu.collapse.navbar-collapse.nav-collapse {
        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: text color #177040
     Laura
    Moderator

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

    COPY CODE
    
    #socket p {
        color: white !important;
    }
    

    Can you share a screenshot of the other 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: How can to set the size of the featured image in a post? #177001
     Laura
    Moderator

    Here, just add it to style.css of child theme 🙂

    COPY CODE
    
    .et_pb_post a img {
        width: 50% !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: CSS #176997
     Laura
    Moderator

    Hello, here 🙂

    COPY CODE
    
    .bbp-reply-content p {
        line-height: 1 !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 woocommerce #176994
     Laura
    Moderator
    Not marked as solution
    in reply to: Menu non visible on mobile #176917
     Laura
    Moderator
    Not marked as solution
    in reply to: Image Posts #176770
     Laura
    Moderator

    Hello, here the css for the post content

    COPY CODE
    
    .article-content span {
        font-size: 20px !important;
        font-family: tahoma !important;
    }
    

    And to hide the links

    COPY CODE
    
    ul.link-list li:nth-child(4) {
        display: none !important;
    }
    ul.link-list li:nth-child(2) {
        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: Show name and position of icons #176768
     Laura
    Moderator

    Hello, added the class divider to the menu item, now just add this to style.css of child theme

    COPY CODE
    
    .divider i.icon-remove:before {
        font-size: 10px !important;
    }
    

    You can use that class with any other divider just need to type “divider” at the menu item class

    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: [kleo_posts_carousel] #176591
     Laura
    Moderator

    Hello, try using this css

    COPY CODE
    
    ul.feature-stories p:nth-child(3) {
        display: none !important;
    }
    ul.feature-stories p:nth-child(4) {
        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: Change color of text within BuddyPress highlight element #176498
     Laura
    Moderator

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

    COPY CODE
    
    h4.highlight {
        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: Member Directory Options #176490
     Laura
    Moderator

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

    COPY CODE
    
    li#members-featured {
        display: none !important;
    }
    li#members-all {
        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: Font color woocommerce #176488
     Laura
    Moderator
    Not marked as solution
    in reply to: Homepage search form and revolution slider problem #176483
     Laura
    Moderator

    Hello, i do not have a SSL error but DNS

    COPY CODE
    
    DNS_PROBE_FINISHED_NXDOMAIN
    
    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: Show name and position of icons #176420
     Laura
    Moderator

    Hello, try adding this css

    COPY CODE
    
    .menu-item a span {
        opacity: 1 !important;
    }
    

    I did not understand the division issue, do you mean to show all the text?

    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: scale buddypress cover image on mobile device #176408
     Laura
    Moderator
    Not marked as solution
    in reply to: Kleo Post Grid Customization #176390
     Laura
    Moderator

    Hello,
    Here 🙂

    COPY CODE
    
    .post-content.animated.animate-when-almost-visible.el-appear.start-animation .post-title a {
        font-weight: bold !important;
    }
    .post-content.animated.animate-when-almost-visible.el-appear.start-animation .meta-category a {
        color: black !important;
        font-size: 14px !important;
    }
    .item-likes span {
        color: black !important;
        font-size: 14px !important;
    }
    .item-likes:before {
        font-size: 14px !important;
        color: black !important;
    }
    

    i dont see the hidden issue

    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: Kleo Post Grid Customization #176300
     Laura
    Moderator

    Hello, here it is, just add it to style.css of child theme and quick css of theme options

    COPY CODE
    
    .post-content.animated.animate-when-almost-visible.el-appear.start-animation {
        border: 1px solid black !important;
    }
    .post-title {
        border: none !important;
    }
    .post-footer span.muted.pull-right {
        display: none !important;
    }
    .post-content.animated.animate-when-almost-visible.el-appear.start-animation .post-title a {
        color: blue !important;
        font-size: 24px !important;
    }
    .post-content.animated.animate-when-almost-visible.el-appear.start-animation .entry-summary p {
        color: red !important;
        font-size: 20px !important;
    }
    .post-footer {
        border: none !important;
    }
    

    ( Change the font size )

    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 certain page elements… #176230
     Laura
    Moderator

    Hello 🙂
    A) this code should hide the top menu, make sure to add it to style.css if it doesnt apply, add it to quick css too.

    COPY CODE
    
    
    .social-header.header-color {
        display: none !important;
    }
    

    B) Same as A but with this

    To hide the sidebar at the register page go to Pages > Register > Edit > TEMPLATE > FULL WIDTH
    To hide social login

    COPY CODE to style.css and quick css at theme options

    COPY CODE
    
    .registration .kleo-fb-wrapper.text-center {
        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: how to change certain page elements… #176084
     Laura
    Moderator

    Hello, here is some css, for the testimonial please share a screenshot 🙂
    Hide top menu

    COPY CODE
    
    .social-header.header-color {
        display: none !important;
    }
    

    To hide the sidebar at the register page go to Pages > Register > Edit > TEMPLATE > FULL WIDTH
    To hide social login

    COPY CODE
    
    .registration .kleo-fb-wrapper.text-center {
        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: Removal Tabs #176068
     Laura
    Moderator

    Finally found it! I’m so sorry for the delay, here its the css

    COPY CODE
    
    a#recently-active-members {
        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: Adding Location To Search Profile #175867
     Laura
    Moderator

    Hello, please try https://archived.seventhqueen.com/sweetdate/article/add-profile-information-member-name-members-directory

    Where you see:

    COPY CODE
    
    'I am a',
    'Marital status',
    'City'
    

    Change it for the NAMES of the fields you want to show, if the location field is Location, then use
    ‘Location’,

    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: Visual Composer CTA boxes not responding #175796
     Laura
    Moderator
    Not marked as solution
    in reply to: How can I disable comments on blog pages? #175790
     Laura
    Moderator

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

    COPY CODE
    
    div#comments {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket 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 Data On Membership Level Checklist #175781
     Laura
    Moderator

    Hello, at the level editor, at the description, check at the top right and select the text editor, then add

    COPY CODE
    
    <li class="bullet-item ">ADD THE FEATURE TEXT HERE</li>
    

    you can add multiple of them, one below another 🙂

    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: RSS Feed #175624
     Laura
    Moderator

    Hello, maybe this helps

    COPY CODE
    
    li.feed {
        display: none !important;
    }
    

    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: How to remove the whitespace under the menu bar #175623
     Laura
    Moderator
    Not marked as solution
    in reply to: CSS #175609
     Laura
    Moderator

    Hello, here 🙂

    COPY CODE
    
    .bbp-reply-content p {
        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: Lost text on my buttons #175582
     Laura
    Moderator
    Not marked as solution
    in reply to: CSS #175493
     Laura
    Moderator

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

    COPY CODE
    
    input#bbp_search {
        color: black !important;
    }
    input#bbp_search_submit {
        color: black !important;
    }
    

    For comments it’s

    COPY CODE
    
    textarea#comment {
        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 🙂

Viewing 40 posts - 601 through 640 (of 2,796 total)

Log in with your credentials

Forgot your details?