Forum Replies Created

Viewing 40 posts - 2,321 through 2,360 (of 2,796 total)
  • Author
  •  Laura
    Moderator

    Hello, please add this to header.php of child theme

    COPY CODE
    
    <?php if ( is_user_logged_in() ) { } else { ?>
    <style  type="text/css" media="screen">
    li#menu-item-3112 {
        display: none !important;
    }
    </style>
    <?php } ?>
    

    Let me know if 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: Hide and Show Section #78772
     Laura
    Moderator

    Hello, i did some changes on your homepage, added this to the visual composer:

    COPY CODE
    
    [vc_accordion collapsible="" disable_keyboard="" icons_position="to-left" active_tab="false"][vc_accordion_tab icon="angle-up" icon_closed="angle-down" tooltip_position="left" tooltip_action="hover" title="Video" el_id="videorow"][vc_video link="https://www.youtube.com/watch?v=fLucfNjInuQ"][/vc_accordion_tab][/vc_accordion]
    

    And this css to the page css

    COPY CODE
    
    .panel-title a {
        color: white !important;
        margin-left: 47%;
    }
    .wpb_wrapper {
        background-color: black;
    }
    .panel {
        background-color: black !important;
    }
    .panel {
        border: none !important;
    }
    span.icon-closed.icon-angle-down:before {
        margin-top: 2%;
        position: absolute;
        margin-left: 47% !important;
        color: white;
    }
    .panel-heading {
        height: 80px;
    }
    span.icon-opened.icon-angle-up:before {
         margin-top: 2%;
        position: absolute;
        margin-left: 47% !important;
        color: white;
    }
    .wpb_video_wrapper {
        width: 70%;
        margin-left: 13%;
    }
    .panel-body {
        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 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: Please correct this glitch on friends page :) #78748
     Laura
    Moderator

    Hello, you could try by adidng this to style.css of child theme

    COPY CODE
    
    .main-color #buddypress #members-list .member-inner-list {
        width: 110%;
    }
    

    That will help the friends page, but the members page i do not see it

    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: Large space between header and page heading #78741
     Laura
    Moderator

    Hello, the design of the theme is focused in minimalist and modern look, if you still want to take that space off, please add this to style.css 🙂

    COPY CODE
    
    #main {
        padding-top: 0px !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: Membership Level display #78616
     Laura
    Moderator

    Hello, please try this

    COPY CODE
    
    function wpse57054_is_buddy_complete( $buddy_user_fields = array() )
    {
        // convert single field keys to arrays
        $buddy_user_fields = (array) $buddy_user_fields;
    
        foreach ( $buddy_user_fields as $buddy_user_meta )
        {
            $data = bp_get_profile_field_data( array( 
                'field'   => $buddy_user_meta,
                'user_id' => wp_get_current_user()->id,
            ) );
            // One field empty/not filled: Abort and return FALSE
            if ( empty( $data ) )
                return false;
        }
    
        // Return the whole data set
        return $data;
    }
    

    In functions.php 🙂

    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: "Accordion section title" CANT SELECT ICON? #78556
     Laura
    Moderator

    Hello, this should fix the issue, thansk for providing a link 🙂

    COPY CODE
    
    span.icon-opened {
        float: left;
        padding-right: 10px;
    }
    span.icon-closed {
        float: left;
        padding-right: 10px;
    }
    

    Please add that code 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: Top members widget (active online) #78549
     Laura
    Moderator

    Hello, you can hide the activity time adding this to style.css but to show online text that would require to edit php files

    COPY CODE
    
    span.activity {
        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: Search context / Header options / search-form #78522
     Laura
    Moderator

    Hello, ok then please try with this code in header.php

    COPY CODE
    
    <?php if ( is_user_logged_in() ) { } else { ?>
    <style  type="text/css" media="screen">
    .ajax_search_image {
        background-image: url('http://www.gravatar.com/avatar/c966b6a015a69b505a0b96f243f7284b?d=mm&s=50&r=G');
        border-radius: 60px;
        background-size: cover;
    }
    .ajax_search_image img {
        display: none;
    }
    .ajax_search_content:after {
        content: '?????';
    }
    .ajax_search_content a {
        display: none;
    }
    </style>
    <?php } ?>
    
    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: Sweet day plugin blank my whole website #78465
     Laura
    Moderator

    Hello, try by adding this to wp-config.php 🙂

    COPY CODE
    
    define('WP_MEMORY_LIMIT', '296M');
    
    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: cannot get the search forms inline #78462
     Laura
    Moderator

    Hello, i see, this will fix it!

    COPY CODE
    
    a.btn.btn-highlight.btn-lg.form-submit {
        margin-left: -23% !important;
        margin-top: 0.8% !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 Page Post Carousel Not Updating #78451
     Laura
    Moderator

    Hello, have you tried:

    COPY CODE
    
    [kleo_posts_carousel limit="3" post_formats="all"]
    

    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: Import KLEO Business Directory #78448
     Laura
    Moderator

    Hello, please add this 🙂

    COPY CODE
    
    .geodir-tags {
        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: Remove elements #78447
     Laura
    Moderator

    Hello, about the lines, please add this:

    COPY CODE
    
    .hr-title abbr {
        top: -20px;
    }
    

    Abotu the translation have yu tried translating the plugin?

    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 a couple things on directory page and profile page #78302
     Laura
    Moderator

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

    COPY CODE
    
    .item-list-tabs {
        display: none;
    }
    .search-result .twelve.columns h2 {
        display: none;
    }
    #profile .user-nicename {
        display: none;
    }
    #profile .activity {
        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: Woo Commerce Lighbox feature won't diable. #78288
     Laura
    Moderator

    Hello, maybe this helps:
    Add this to style.css of child theme, will make the lightbox overlay white

    COPY CODE
    
    .mfp-bg {
        background: rgba(255, 255, 255, 0.33) !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 Image #78274
     Laura
    Moderator

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

    COPY CODE
    
    div.pp_woocommerce div.ppt {
        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: Mobile facebook button styling issue #78269
     Laura
    Moderator

    Hello, for the facebook button, please add this to style.css of child theme

    COPY CODE
    
    @media only screen and (max-width: 767px) {
    .reveal-modal .button.facebook {
        float: none;
        width: 200px;
        margin-left: -10%;
    }
    }
    
    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: Need to remove 'or Create Account' from login pop up. #78111
     Laura
    Moderator

    Hello, please add this 🙂

    COPY CODE
    
    span.bp-login-widget-register-link {
        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: Sidebar width / Adsense / Title Color #78076
     Laura
    Moderator

    Hello 🙂 please add this to style.css of child theme
    Sidebar a bit to the left to show the full ad:

    COPY CODE
    
    .sidebar.sidebar-extra.col-sm-3.sidebar-3lr {
        margin-left: -1%;
    }
    

    Blog title centered:

    COPY CODE
    
    h1.page-title {
        margin-left: 45%;
    }
    
    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: Unable to change footer color #78073
     Laura
    Moderator

    Hello, here is a css code, this will make footer white with tet color black, you can change it as you prefer 🙂

    COPY CODE
    
    div#socket {
        background-color: white;
        color: black;
    }
    
    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 elements #77840
     Laura
    Moderator

    Hello, maybe try adding this:

    COPY CODE
    
    .geodir-bubble-meta-bottom .geodir-addtofav a i {
        display: none;
    }
    span.geodir-bubble-reviews {
        display: none;
    }
    .geodir_Star {
        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: Import KLEO Business Directory #77815
     Laura
    Moderator

    Hello, please try with this 🙂

    COPY CODE
    
    .geodir_advance_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search input.search_text {
        width: 75% !important;
        margin-right: 50px;
    }
    
    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: Replace menu with sticky menu #77723
     Laura
    Moderator

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

    COPY CODE
    
    #header {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
        padding: 5px;
        height: 45px;
    }
    .contain-to-grid .top-bar {
        margin-left: 58%;
    }
    .contain-to-grid.sticky.fixed .top-bar {
        margin-left: 20% !important;
    }
    

    And add a logo in General options

    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: Transparent menu / Transparent button hover color #77453
     Laura
    Moderator

    Hello, this will do it

    COPY CODE
    
    ul#menu-menu li:hover {
        background-color: #e7ab17;
    }
    

    Add to style.css

    About button, which ones do you mean?

    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: Import KLEO Business Directory #77451
     Laura
    Moderator

    Hello, you will find all widgets under Appearance > Widgets
    There are categories, tags, archives and any related to listings 🙂
    Place them in the sidebars where you want them.

    About the near field, please add this to style.css

    COPY CODE
    
    .geodir_advance_search_widget .geodir-loc-bar .geodir-loc-bar-in .geodir-search input.snear {
        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: Need to remove 'or Create Account' from login pop up. #77449
     Laura
    Moderator

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

    COPY CODE
    
    .kleo-pop-title-wrap.main-color p {
        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: Remove elements #77401
     Laura
    Moderator

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

    COPY CODE
    
    dl.geodir-tab-head dd a {
    
        border: 1px solid #e1e1e1;
        border-right: 1px;
    }
    
    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 modify user profile fields #77213
     Laura
    Moderator

    Hello, maybe this helps, please add it to style.css and change the color

    COPY CODE
    
    div#object-nav {
        background-color: aliceblue;
    }
    
    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: cannot get the search forms inline #77208
     Laura
    Moderator

    Hello, try replacing the code above with this one.

    COPY CODE
    
    form#bps_directory144 div {
        float: left;
        clear: none !important;
        width: 20%;
        height: 20%;
    }
    form#bps_directory144 {
        height: 150px;
    }
    .form-group.editfield.field_11.field_je-recherche.form-group {
        width: 10% !important;
    }
    .form-group.editfield.field_10.field_specialite.alt.form-group {
        width: 11% !important;
    }
    a.btn.btn-highlight.btn-lg.form-submit {
        margin-left: -45%;
    }
    
    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 elements #77096
     Laura
    Moderator

    Hello, here to remove the starts:

    COPY CODE
    
    .gd_rating_show {
        display: none;
    }
    

    And about the titles, that looks like a cached version of a site, you should clean your browser cache and test again 🙂

    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: cannot get the search forms inline #77030
     Laura
    Moderator

    Hello, please try with

    COPY CODE
    
    #buddypress .last #bps_toggle144 {
        float: left;
        margin: 7px 0 0;
        padding-left: 20px;
    }
    .form-group.editfield.field_2.field_mon-metier.form-group {
        margin-left: -70%;
        margin-top: 3%;
    }
    .form-group.editfield.field_10.field_specialite.alt.form-group {
        margin-top: -10%;
        margin-left: -35%;
    }
    .form-group.editfield.field_11.field_je-recherche.form-group {
        margin-left: -9%;
        margin-top: -11.5%;
    }
    a.btn.btn-highlight.btn-lg.form-submit {
        margin-left: 20%;
        margin-top: -11.3%;
    }
    
    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: Import KLEO Business Directory #77028
     Laura
    Moderator

    Hello, what plugin are you using to translate?
    About the contact icon, add this to style.css of child theme

    COPY CODE
    
    a.kleo-quick-contact-link {
        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: Gaps betwen V. Composer elements after KLEO upgrade #77024
     Laura
    Moderator

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

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

    If you just want that change in that page, add that to the css in the GEAR icon that appears when you edit the 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 🙂

    in reply to: cannot get the search forms inline #76988
     Laura
    Moderator

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

    COPY CODE
    
    .form-group.editfield.field_2.field_mon-metier.form-group {
        margin-left: -70%;
        margin-top: 5%;
    }
    .form-group.editfield.field_10.field_specialite.alt.form-group {
        margin-top: -16%;
    }
    .form-group.editfield.field_11.field_je-recherche.form-group {
        margin-left: 67%;
        margin-top: -16%;
    }
    form#bps_directory144 {
        height: 140px !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: Problem page groups #76982
     Laura
    Moderator

    Hello, you had this in style.css of child theme

    COPY CODE
    
    #buddypress div#item-header {
    background: none;
    }
    .toggle-header {
    display: none;
    }
    

    That was hiding the cover 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: Remove elements #76957
     Laura
    Moderator

    Hello, yes you are right, please try by adding this to style.css of child theme

    COPY CODE
    
    .geodir_category_list_view li.geodir-gridview .geodir-addinfo a {
        display: none;
    }
    .geodir_category_list_view li .geodir-addinfo a.geodir-pcomments, .geodir_category_list_view li .geodir-addinfo span {
        display: none !important;
    }
    dl.geodir-tab-head dd:nth-child(5n) {
        display: none;
    }
    dl.geodir-tab-head dd:nth-child(8n) {
        display: none;
    }
    .geodir-company_info.geodir-details-sidebar-user-links {
        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 🙂

     Laura
    Moderator

    Hello, here are the css codes, choose the one you want and add it to style.css of child theme 🙂
    Hide description

    COPY CODE
    
    .membership .pricing-table .description {
        display: none;
    }
    

    Hide price

    COPY CODE
    
    li.price {
        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: Top menu – blue line removal #76863
     Laura
    Moderator

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

    COPY CODE
    
    .top-links {
        color: white !important;
    }
    .top-links a {
        color: white !important;
    }
    .top-links a:before {
        color: white;
    }
    
    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: Where do I change height of select dropdown #76551
     Laura
    Moderator

    Hello, this should do it

    COPY CODE
    
    .custom.dropdown a {
        height: 40px !important;
    }
    

    In style.css

    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: "Members Only" Notification/Verbiage #76543
     Laura
    Moderator

    Hello, please try by adding this at the end of header.php of child theme

    COPY CODE
    
    <?php
    if(pmpro_hasMembershipLevel($level_id)) { } else { 
    
    echo '<div id="message">'.
     '<div class="error">'.
     '<p>You dont have a membership, some of our content require a membership plan in order to see them.</p>'.
     '<p> Please click <strong><a href="url of your membership table">here</a></strong> to see our membership plans.</p>'.
     '</div>'.
    '</div>';
    }
    ?>
    

    And this to style.css

    COPY CODE
    
    div#message .error p {
        line-height: 0;
    }
    div#message1 {
        background-color: #AD2020;
        padding-top: 15px;
        border: 5px solid #D60606;
        position: absolute;
        z-index: 1;
        width: 100%;
    }
    div#message1 .error p {
        color: white;
        font-weight: bold;
    }
    
    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 - 2,321 through 2,360 (of 2,796 total)

Log in with your credentials

Forgot your details?