Forum Replies Created

Viewing 40 posts - 1,521 through 1,560 (of 2,796 total)
  • Author
  • in reply to: MENU COLORS ON HOVER #134461
     Laura
    Moderator

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

    COPY CODE
    
    ul#menu-megaprimarymenu li:hover {
        background: 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: group/profile dropzone fails with “http error” #134405
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    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: Login: 406 – Not Acceptable Error (Popup Only) #134403
     Laura
    Moderator
    Not marked as solution
    in reply to: Hide a featured image on a post? #134377
     Laura
    Moderator

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

    COPY CODE
    
    .single-post .article-media img:nth-child(1) {
        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 it is, just add it to style.css of child theme

    COPY CODE
    
    .home-page ul#menu-guru-dates {
        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: Profile page nav #134144
     Laura
    Moderator

    Hello, done, I added this to your header.php at child theme

    COPY CODE
    
    <?php if ( bp_is_my_profile() ) { ?>
    <style  type="text/css" media="screen">
    div#item-nav {
        display: none !important;
    }
    </style>
    <?php } ?>
    
    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: video stytle #134104
     Laura
    Moderator

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

    COPY CODE
    
    .wpb_video_wrapper {
        padding-top: 50%;
        height: 100px !important;
    }
    #smartideo .player {
        width: 100%;
        height: auto;
    }
    
    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: Kleo post elements #133821
     Laura
    Moderator
    Not marked as solution
    in reply to: Modify the size of the buttons of connection #133797
     Laura
    Moderator
    Not marked as solution
    in reply to: Modify the color of the BuddyPress Cover Image #133649
     Laura
    Moderator
    Not marked as solution
    in reply to: The fonts size change from field to another #133600
     Laura
    Moderator

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

    COPY CODE
    
    #register-page legend {
        font-weight: 100 !important;
        font-size: 14px;
    }
    
    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: Changing font for heading only #133588
     Laura
    Moderator

    Hello, try this code

    COPY CODE
    
    h3 {
        font-family: "Arimo" !important;
        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 🙂

    in reply to: Profile page nav #133347
     Laura
    Moderator

    Hello, and this one?

    COPY CODE
    
    .just-me ul.responsive-tabs {
        display: none !important;
    }
    

    I’m trying to help you with your custom request, remember this forum is for theme related issues and we do not use to do custom requests. So if i reply late please understand that i am answering theme issues first 🙂

    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: Can’t configure Business Directory #133345
     Laura
    Moderator
    Hello, can you share screenshots of what you see? Also try: Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins. If this is useless please follow these steps to enable wp debug:
    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( 'WP_DEBUG', false ); and change FALSE value to TRUE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    define( 'WP_DEBUG_LOG', true );
    
    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run). Repeat the described actions and then check the debug.log file and let me know what error appears. If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider. After you have disabled the plugins try to see if the error persists. Cheers
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    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: garcia #133332
     Laura
    Moderator

    Hello, first copy the main theme file header.php and paste it at child theme, now open it and find

    COPY CODE
    
    <li class="header-login-button"><a href="#"><i class="icon-user hide-for-medium-down"></i> <?php _e("LOG IN", 'kleo_framework'); ?></a></li>
    
                                <?php if(get_option('users_can_register')) { ?>
    							<li class="header-register-button"><a href="#"><i class="icon-group hide-for-medium-down"></i> <?php _e("SIGN UP", 'kleo_framework'); ?></a></li>
    							<?php } ?>
    

    There, delete data-reveal-id=”login_panel” and data-reveal-id=”register_panel”
    Then at href=”#” of header-login-button, add your login url ( replace the # ) and do the same with the one at header-register-button

    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, just add this to style.css of child theme

    COPY CODE
    
    .article-meta.clearfix {
        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: Can’t remove Forums page Title #133329
     Laura
    Moderator

    Hello, cant view your website, but you can try to hide it using this css, add it to style.css of child theme

    COPY CODE
    
    .forum-archive .page-title {
        display: none;
    }
    
    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: Menu: removing cart and search icons, on all pages #133328
     Laura
    Moderator
    Not marked as solution
    in reply to: mobile menu won’t stay open #133325
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    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: Center the form of home #133318
     Laura
    Moderator

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

    COPY CODE
    
    .just-after-header .five.columns {
        margin: 0 auto !important;
        float: 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: Profile page nav #133250
     Laura
    Moderator

    Hello, added this to your custom css

    COPY CODE
    
    .just-me ul.responsive-tabs {
        display: none;
    }
    

    Is that what you needed?
    Sorry for late reply

    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 displaying Member Type #133151
     Laura
    Moderator
    Not marked as solution
    in reply to: Moving Mixed form #133143
     Laura
    Moderator

    Hello, you can use this css

    COPY CODE
    
    .row.just-after-header {
        margin-left: 0% !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 Restrictions / Forums / Image uploads #133112
     Laura
    Moderator

    Hello,

    1. Hi Is there a way to remove the forums section on all memberships? It’s present on the profile page – see attached.

    – Yes, you can do this with CSS

    COPY CODE
    
    a#user-forums {
        display: none !important;
    }
    

    2. I’ve seen your reply on a forum about membership restrictions changing the names. But how do I add a restriction to a certain levels that restricts access to join in with a forum. They can view but not comment? Not sure what code is required for this (limited code knowledge – in fact hardly any!-sorry).

    You could use https://es.wordpress.org/plugins/pmpro-bbpress/

    3. I’ve also looked for further info about restricting size of images for uploads – but I can’t seem to figure this out on rtmedia or buddy album. Any help on this would be much appreciated.

    Its on rtmedia, but i think its on pro version

    3a. Also is there a way we could limit all members can only upload 3-5 images on their profile – again I couldn’t find a solution to this.

    rtmedia had this, i think in pro version, check it out at their website 🙂

    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 title on homepage #132953
     Laura
    Moderator
    Not marked as solution
    in reply to: edit menu #132896
     Laura
    Moderator

    Hello, use this 🙂

    COPY CODE
    
    ul.dropdown li a {
        background: #e2041c !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: Members – Change the select multiple #132881
     Laura
    Moderator
    Not marked as solution
    in reply to: Mobile – BuddyPress pages not locked down by PmPro #132679
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    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: Changing the avatar size on the Members page #132619
     Laura
    Moderator
    Hello, just add this to style.css of child theme :)
    .search-item .avatar img {
        width: 140px;
        height: 140px;
    }
    .search-item .avatar {
        width: 140px;
        height: 140px;
    }
    
    in reply to: edit menu #132538
     Laura
    Moderator

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

    COPY CODE
    
    #header .top-bar ul > li:hover:not(.name) a {
        color: #ffffff !important;
    }
    .top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus {
        background: #e2041c !important;
    }
    @media only screen and (max-width: 940px) {
    .top-bar > ul .name h1 a {
        background: #e2041f !important;
        color: white !important;
    }
    .top-bar ul > li.toggle-topbar {
        background: #e2041f;
    }
    .icon-reorder:before {
        content: "\f0c9";
        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: Center Member Counter #132518
     Laura
    Moderator

    Hello, done, add this to style.css or quick css 🙂

    COPY CODE
    
    .status.three.columns.mobile-one {
        margin: 0 auto !important;
        float: 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 Profile > View #132510
     Laura
    Moderator

    Hello, added solution to your quick css, the code is

    COPY CODE
    
    #profile .seven.columns {
        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 hide Out of Stock badge on product photos #132430
     Laura
    Moderator

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

    COPY CODE
    
    span.out-of-stock-badge {
        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 align #132422
     Laura
    Moderator

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

    COPY CODE
    
    .rtl ul#menu-globus a {
        text-align: right !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: Found 2 issues #132216
     Laura
    Moderator
    Not marked as solution
    in reply to: User Groups doesn’t complete process #131992
     Laura
    Moderator

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    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: Issues with my Site #131983
     Laura
    Moderator

    Hello, done, added this to your frontpage CSS

    COPY CODE
    
    .kleo-transform .one-by-one-animated .start-animation .el-appear, .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear {
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        animation: none !important;
        opacity: 1;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        transform: 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: Colors #131968
     Laura
    Moderator

    Hello, try adding this to style.css of child theme, then edit it as you prefer 🙂

    COPY CODE
    
    .form-search, .form-header, div.alert-box, div.pagination span.current {
        background: rgb(236, 21, 90);
    }
    .form-header {
        border-left: 10px solid rgba(236, 21, 90, 0.34);
        border-top: 10px solid rgba(236, 21, 90, 0.34);
        border-right: 10px solid rgba(236, 21, 90, 0.34);
    }
    .form-search {
        border-left: 10px solid rgba(236, 21, 90, 0.35);
        border-right: 10px solid rgba(236, 21, 90, 0.35);
    }
    .form-search.custom input[type="text"], .form-search.custom input[type="password"] {
        border: 1px solid rgba(236, 21, 90, 0.85);
    }
    .form-search.custom div.custom.dropdown a.current, .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select {
        background-color: #d0245b;
    }
    .button:hover, .button:focus, .form-search .button, .form-search .button:hover, .form-search .button:focus, .wpcf7-submit:focus, .wpcf7-submit:hover, #rtmedia-add-media-button-post-update:hover, #rt_media_comment_submit:hover, .rtmedia-container input[type="submit"]:hover {
        color: #ffffff;
        background-color: #bd144b;
        border: 1px solid #bd144b;
    }
    .form-search .notch {
        border-top: 10px solid #ec155a;
    }
    
    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: “Could not create site” #131846
     Laura
    Moderator
    Not marked as solution
Viewing 40 posts - 1,521 through 1,560 (of 2,796 total)

Log in with your credentials

Forgot your details?