Forum Replies Created

Viewing 40 posts - 1 through 40 (of 2,796 total)
  • Author
  • in reply to: Remove the Top bar #218881
     Laura
    Moderator

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

    COPY CODE
    
    .top-links {
        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: Hide certain pages for the unlogged users #218877
     Laura
    Moderator

    Hello, here it is, add to style.css of child theme.
    Note that if you change the menu items the code needs to be updated because it uses the menu item ID

    COPY CODE
    
    li#menu-item-13239 {
        display: none;
    }
    li#menu-item-13243 {
        display: none;
    }
    li#menu-item-13238 {
        display: none;
    }
    li#menu-item-13250 {
        display: none;
    }
    .logged-in li#menu-item-13239 {
        display: block !important;
    }
    .logged-in li#menu-item-13243 {
        display: block !important;
    }
    .logged-in li#menu-item-13238 {
        display: block !important;
    }
    .logged-in li#menu-item-13250 {
        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: Add custom font #218876
     Laura
    Moderator
    Not marked as solution
    in reply to: questions #218691
     Laura
    Moderator
    Not marked as solution
    in reply to: Activity Page Drop-down menu truncated #218608
     Laura
    Moderator

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

    COPY CODE
    
    select#activity-filter-by {
        height: 100% !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: MENU BUTTON COLRS #218606
     Laura
    Moderator

    Hello 🙂
    Here it is

    COPY CODE
    
    li#menu-item-11950 {
        background: blue!important;
        border-radius: 0;
        margin-left: 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 🙂

    in reply to: Some visibility issues #218576
     Laura
    Moderator

    Hello, try with this

    COPY CODE
    
    p.description:nth-child(2) {
        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: Sticky menu colour #218575
     Laura
    Moderator

    Hello, please try:

    text and link colour while stationary (not on scroll)

    COPY CODE
    
    .kleo-main-header.header-normal a {
        color: red !important;
    }
    .kleo-main-header.header-normal .caret:after {
        color: red !important;
    }
    

    Text and link while in scroll

    COPY CODE
    
    .kleo-main-header.header-normal.header-scrolled a {
        color: green !important;
    }
    .kleo-main-header.header-normal .caret:after {
        color: green !important;
    }
    

    text of dropdown menu.

    COPY CODE
    
    ul.dropdown-menu.sub-menu.pull-left a {
        color: green !important;
    }
    

    dropdown menu background colour

    COPY CODE
    
    ul.dropdown-menu.sub-menu.pull-left li {
        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 🙂

    in reply to: Submit and Checkout in double #218509
     Laura
    Moderator

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

    COPY CODE
    
    span#pmpro_submit_span: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: Shortcode BBpress with a seach field, how to hide. #218449
     Laura
    Moderator

    Hello, you could add a class to the second row of visual composer and then use that class with the following css

    COPY CODE
    
    .your-class .bbp-search-form {
        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: MENU BUTTON COLRS #218446
     Laura
    Moderator

    Hello, you can do it with this css, add it to style.css of child theme

    COPY CODE
    
    li#menu-item-12015 {
        background: black !important;
        border-radius: 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: css #218443
     Laura
    Moderator

    Hi 🙂

    Please check attached, i do see font size 18px.

    For the featured image, add this to style.css of child theme

    COPY CODE
    
    .single article-media img:first-child {
        height: 300px !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 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: Some visibility issues #218423
     Laura
    Moderator

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

    COPY CODE
    
    p.description {
        display: none !important;
    }
    
    

    I do not see the other issues, no only friends selector and no field visibility

    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: Sticky menu colour #218422
     Laura
    Moderator

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

    COPY CODE
    
    .kleo-main-header.header-normal.header-scrolled {
        background: #ff000087 !important;
    }
    .primary-menu.collapse.navbar-collapse.nav-collapse a {
        color: green !important;
    }
    .primary-menu.collapse.navbar-collapse.nav-collapse .caret:after {
        color: green !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: Some visibility issues #218246
     Laura
    Moderator

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

    COPY CODE
    
    .field-visibility-settings-notoggle, .field-visibility-settings-toggle {
        display: none !important;
    }
    .profile section.container-wrap.main-title.alternate-color.border-bottom.breadcrumbs-container {
    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: sensei error #218227
     Laura
    Moderator
    Hello, please try by adding this to style.css of child theme
    .course-lessons>article {
        float: left !important;
        width: 100% !important;
    }
    article.course.post {
        width: 70%;
        margin: 0 auto !important;
    }
    
    in reply to: Embeded video size #218086
     Laura
    Moderator

    Hello, please try with this too:

    COPY CODE
    
    .fluid-width-video-wrapper {
        padding-top: 50% !important;
    }
    

    Hope 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: Embeded video size #217996
     Laura
    Moderator

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

    COPY CODE
    
    .fluid-width-video-wrapper iframe {
        width: 600px;
        height: 400px;
    }
    
    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: Add custom font #217993
     Laura
    Moderator
    Not marked as solution
    in reply to: Some questions #217851
     Laura
    Moderator
    Not marked as solution
    in reply to: questions #217842
     Laura
    Moderator
    Not marked as solution
    in reply to: Hide profile image Buddypress #217832
     Laura
    Moderator

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

    COPY CODE
    
    div#item-header {
        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 not appearing on mobile/ipad #217827
     Laura
    Moderator
    Not marked as solution
    in reply to: Change Profile Button Text Color #217751
     Laura
    Moderator
    Not marked as solution
    in reply to: Profile photo + photo gallery #217749
     Laura
    Moderator
    Not marked as solution
    in reply to: topic updat #217742
     Laura
    Moderator

    Hello, please add this to wp-config.php of your website files, those warnings are not coming from the theme but wordpress itself

    COPY CODE
    
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);
    
    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: Add padding to Messages alert #217737
     Laura
    Moderator

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

    COPY CODE
    
    .message-search {
        width: 16% !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: Add padding to Messages alert #217649
     Laura
    Moderator

    Hello 🙂
    for the first issue, please add this to style.css of child theme

    COPY CODE
    
    .nav.navbar-nav .kleo-messages-nav .kleo-toggle-submenu li.kleo-submenu-item .message-body {
        height: 100% !important;
    }
    

    Also noticed the Mark all as read button cuts, add this to fix it

    COPY CODE
    
    a.btn.btn-default.mark-as-read {
        width: 100% !important;
        max-width: 80% !important;
    }
    

    Which other buttons need fixing?

    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: Add custom font #217644
     Laura
    Moderator
    Not marked as solution
    in reply to: Logo not appearing on mobile/ipad #217641
     Laura
    Moderator
    Not marked as solution
    in reply to: questions #217562
     Laura
    Moderator
    Not marked as solution
    in reply to: submenu opening to the left #217502
     Laura
    Moderator
    Not marked as solution
    in reply to: Social Icons #217501
     Laura
    Moderator
    Not marked as solution
    in reply to: hide the list of members #217498
     Laura
    Moderator

    Hello, i added this to your style.css of child theme

    COPY CODE
    
    div#members-dir-list {
        display: none;
    }
    li#members-all:after {
        content: 'THIS CONTENT IS RESTRICTED FOR LOGGED IN USERS';
        font-size: 20px !important;
        clear: both !important;
        margin: 30px;
        color: mediumorchid !important;
    }
    div#members-dir-list {
        display: none;
    }
    .logged-in div#members-dir-list {
        display: block !important;
    }
    

    Just change the text for the restriction

    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: Sidebar font editing – Setting or hard coded? #217325
     Laura
    Moderator

    Hello, add this to style.css

    COPY CODE
    
    .sidebar span {
        font-size: 14px !important;
    }
    

    This changes the sidebar text to be 14px, you can change it as you prefer 🙂

    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 Awesome, mobile view #217322
     Laura
    Moderator
    Not marked as solution
    in reply to: Change logo size #217229
     Laura
    Moderator

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

    COPY CODE
    
    img#logo_img {
        max-height: 200px !important;
        width: 250px;
    }
    

    Then edit the 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: Edit “Create an Account” form #217172
     Laura
    Moderator
    Not marked as solution
    in reply to: Logo not appearing on mobile/ipad #217171
     Laura
    Moderator
    Not marked as solution
    in reply to: Visible hyperlinks #217074
     Laura
    Moderator
    Not marked as solution
Viewing 40 posts - 1 through 40 (of 2,796 total)

Log in with your credentials

Forgot your details?