Forum Replies Created

Viewing 40 posts - 1,961 through 2,000 (of 2,796 total)
  • Author
  • in reply to: Hide certain events from activity stream #107235
     Laura
    Moderator

    Hello, you could try with this, go to the main theme files, copy the file activity-loop.php found buddypress – activity
    and go to the child theme, create 2 new folders, “buddypress” and inside create a new folder “activity” now paste the file and edit it

    Find

    COPY CODE
    
    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
    

    Replace it with

    COPY CODE
    
    <?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&action=activity_update' ) ) : ?>
    
    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: Linking Pictures #107136
     Laura
    Moderator

    Hello, delete everything inside that section and paste the following in text editor

    COPY CODE
    
    <div class="row"> <div class="twelve columns">
    <h2> Reasons to <span class="" style="color:#F00056">  Join</span></h2>
    <div class="four columns"><div class="circle-image ">  <a href="http://www.matchingglove.com/register">
    				<span class="overlay"></span>
    				<span class="read"><i class="icon-heart"></i></span>
    				<img src="http://i0.wp.com/www.matchingglove.com/wp-content/uploads/2016/02/joinnowred.png?w=980" alt="" width="180" height="180" />
    			</a>
    		</div> <h4>100% FREE</h4> Everybody knows money can’t buy love, so our user profiles are FREE! We want you to find someone special. You shouldn’t have to go broke doing it.</div> <div class="four columns"> <div class="circle-image ">  <a>
    				<span class="overlay"></span>
    				<span class="read"><i class="icon-heart"></i></span>
    				<img src="http://i2.wp.com/www.matchingglove.com/wp-content/uploads/2016/02/checklist-red-e1456478606154.jpg?w=980" alt="" width="180" height="180" />
    			</a>
    		</div> <h4>Compatibility Search</h4> Our multi-point matching system is completed by every user. Easily filter member profiles and find exactly what you’re looking for. No muss, no fuss!</div> <div class="four columns"> <div class="circle-image ">  <a>
    				<span class="overlay"></span>
    				<span class="read"><i class="icon-heart"></i></span>
    				<img src="http://i2.wp.com/www.matchingglove.com/wp-content/uploads/2016/02/social_media_dating-e1456478058853.jpg?w=980" alt="" width="180" height="180" />
    			</a>
    		</div> <h4>Real Connections</h4>People are more than check boxes & pictures. So we created a fun social platform. Connect, communicate, get to know someone. That’s what finding a match is about. </div>
    </div>
    <div class="twelve columns">
    <div class="kleo-carousel "><p>
    							<span class="right hide-for-small">
    									<a href="#"><i class="icon-circle-arrow-left icon-large"></i></a> 
    									<a href="#"><i class="icon-circle-arrow-right icon-large"></i></a>
    							</span>
    					</p>
    					<div class="carousel-stories responsive">
    						<div class="caroufredsel_wrapper" style="display: block; text-align: center; float: none; position: relative; top: auto; right: auto; bottom: auto; left: auto; z-index: auto; width: 948px; height: 0px; margin: 0px; overflow: hidden;"><ul class="feature-stories" style="text-align: left; float: none; position: absolute; top: 0px; right: auto; bottom: auto; left: 0px; margin: 0px; height: 0px;"></ul></div></div><!--end carousel-stories--></div>
    </div>
    </div>
    
    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: Blog Posts showing excerpt on home page #107099
     Laura
    Moderator

    Hello, check theme settings at the blog section, or add this to style.css

    COPY CODE
    
    .post-info {
        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: Few Questions #107089
     Laura
    Moderator

    Hello, for 1, at Sweetdate > Memberships you will see all available restrictions, there will be more in the future 🙂
    2. Yes, just do a search and copy the url of the search at your browser, use that url to create a button or use it in a link
    3. – Will let you know soon
    4. Just add this to style.css of child theme

    COPY CODE
    
    #profile .cite a:hover, #profile .cite a:focus, #profile .regulartab a:hover, #profile .regulartab a:focus, .callout .bp-profile-details:before {
        color: #09a9d9;
        display: no;
    }
    

    5. Just add them again by creating a new page 🙂
    6. To disable albums you can deactivate rtmedia and for forums bbpress

    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: Move text from Group shortcode #107014
     Laura
    Moderator

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

    COPY CODE
    
    .home div#groups .columns {
        float: right;
    }
    

    But to have all icons at the center you will need to hire a freelancer to build that for you

    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: Blog featured image width #107013
     Laura
    Moderator

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

    COPY CODE
    
    article .article-meta {
        width: 100% !important;
        float: right;
        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: Hide visibility tab #107011
     Laura
    Moderator

    Hello, try this

    COPY CODE
    
    li#profile-personal-li {
        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: Homepage issues #106984
     Laura
    Moderator

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

    COPY CODE
    
    .carousel-profiles li {
        float: left !important;
    }
    .kleo_members_carousel .caroufredsel_wrapper {
        height: 103px !important;
    }
    .carousel-stories li {
        float: 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: Page background color #106882
     Laura
    Moderator

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

    COPY CODE
    
    .page-id-170 #ncf-body-bg {
        background: #4f4f4f !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 Clour #106773
     Laura
    Moderator

    Hello, you can use this css code and customize it changing color codes 🙂
    Add css to style.css of child theme

    COPY CODE
    
    .form-search {
        border-left: 10px solid rgba(0, 0, 0, 0.3);
        border-right: 10px solid rgba(0, 0, 0, 0.3);
    }
    .form-header {
        border-left: 10px solid rgba(0, 0, 0, 0.3);
        border-top: 10px solid rgba(0, 0, 0, 0.3);
        border-right: 10px solid rgba(0, 0, 0, 0.3);
    }
    .form-search, .form-header, div.alert-box, div.pagination span.current {
        background: rgba(47, 47, 47, 0.95);
    }
    .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: #000000;
    }
    .form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select {
        border: solid 1px #000000;
    }
    .form-search.custom input[type="text"], .form-search.custom input[type="password"] {
        border: 1px solid #000000;
    }
    .form-search .button {
        background: #000000;
        border: 1px solid #000000 !important;
        float: left;
        margin-right: 5px;
    }
    .form-search .notch {
        border-top: 10px solid #2D3134;
    }
    
    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 product page background color and thumbnail size #106767
     Laura
    Moderator

    Hello, just add the following css codes to style.css of child theme

    COPY CODE
    
    .woocommerce div#main-container {
        background: white;
    }
    .related-wrap .kleo-carousel li {
        width: 450px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Remove hearts on profile page #106739
     Laura
    Moderator

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

    COPY CODE
    
    .circular-item {
        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: Tag widget font size #106717
     Laura
    Moderator

    Hello, try adding this

    COPY CODE
    
    .vc_wp_tagcloud.wpb_content_element a {
        font-size: 16px !important;
        background: #909090;
        padding: 5px;
        border: 1px solid grey;
        border-radius: 5px;
        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: Category widget icons #106714
     Laura
    Moderator

    Hello, try this

    COPY CODE
    
    .sidebar.sidebar-main.col-sm-3.sidebar-right {
        border: 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: wide layout webpage iframe embed #106651
     Laura
    Moderator

    Hello, you can use this css to the page css

    COPY CODE
    
    .navbar.navbar-inverse.navbar-fixed-top {
        display: none;
    }
    footer#footer {
        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: Making Footer Text Size Unique From Body #106519
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    .footer {
    font-size: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: Font size of posts displayed on home page too small #106501
     Laura
    Moderator

    Hello, you can change it using css, just add this to your child theme style.css

    COPY CODE
    
    div#footer {
        font-size: small;
    }
    .home h3.post-title.entry-title {
        font-size: 24px;
    }
    
    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: Align the home page image #106458
     Laura
    Moderator

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

    COPY CODE
    
    #header {
        background-position: 750px 170px !important;
        background-attachment: scroll !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 Position #106064
     Laura
    Moderator

    Hello, then replace it with

    COPY CODE
    
    @media screen and (min-width: 800px) {
    .navbar-header .logo {
        float: left;
        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: Profile icon #106057
     Laura
    Moderator

    Right now the best is to hide icons on mobile, replaced your code with this one

    COPY CODE
    
    @media screen and (min-width: 800px) {
    .tabs.info dd a, .tabs.info li a, #main #object-nav ul li a {
        color: #40FF00;
        display: block;
        height: 20px;
        line-height: 20px;
        padding: 15px 20px;
        font-size: 12px;
        text-transform: uppercase;
        font-family: inherit;
        font-weight: normal;
    }
    .tabs.info dd a, .tabs.info li a, #main #object-nav ul li a {
        color: #743349 !important;
        display: block;
        font-size: 13px;
        height: 20px;
        line-height: 20px;
        padding: 0px 10px;
    }
    a#user-notifications:before {
        content: "\f0a2" !important;
    }
    a#user-activity:before {
        content: "\f039" !important;
    }
    a#user-xprofile:before {
        content: "\f007" !important;
    }
    .tabs.info dd.active a, .tabs.info li.active a, #object-nav ul li.current a, #object-nav ul li.selected a, .tabs.info dd.active, .tabs.info li.active, #object-nav ul li.selected, #object-nav ul li.current {
        border: none !important;
    }
    div#item-nav {
        margin-top: -10%;
        width: 160%;
    }
    a#user-messages:before {
        content: "\f003" !important;
    }
    a#user-friends:before {
        content: "\f0c0" !important;
    }
    a#user-friends:before {
        content: "\f118" !important;
    }
    a#user-forums:before {
        content: "\f0e6" !important;
    }
    .item-list-tabs.no-ajax#object-nav a:before {
        font: 250% "FontAwesome";
        content: "\f144";
        display: block;
        text-align: left;
        transition: all 0.4s ease-in-out 0s;
    }
    a#user-settings:before {
        content: "\f013" !important;
    }
    div.item-list-tabs#object-nav {
        margin-top: 0;
        color: #6f6f6f;
        display: block;
        height: 20px;
        line-height: 20px;
        padding: 15px 50px 50px;
        font-size: 12px;
        text-transform: uppercase;
        font-family: inherit;
        font-weight: normal;
    }
    div#item-nav {
        margin-top: -10%;
        width: 160%;
        padding-bottom: 60px;
    }
    .tabs.info, #object-nav ul {
        list-style: none;
        border-bottom: solid 1px #e6e6e6;
        display: block;
        height: 100px;
        padding: 0;
        margin-bottom: 40px;
    }
    }
    div#bp_core_members_widget-7 {
        color: #777777;
        margin-top: 25%;
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    in reply to: Color of the menu bar on smartphone #105436
     Laura
    Moderator

    Hello, try the following

    COPY CODE
    
    ul#menu-kleonavmenu a {
        color: #FFFFFF !important;
    }
    @media (max-width: 991px) {
    ul#menu-kleonavmenu a {
        color: #000000 !important;
    }
    }
    

    What border 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: Copying Code to New Server #105430
     Laura
    Moderator

    Hello, i’m sorry to hear that your site got hacked, i hope you can resolve the issue in the new server
    For the color of the line, add this to style.css

    COPY CODE
    
    .top-links {
        border-bottom: 1px solid #000000 !important;
    }
    

    For the icons, check https://archived.seventhqueen.com/forums/topic/adding-instagram-icon-to-header

    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: wide layout webpage iframe embed #105417
     Laura
    Moderator

    Hello, try adding this to the page css

    COPY CODE
    
    .section-container.container {
        max-width: 1800px;
    }
    
    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 Font Style in Menu and Body #105394
     Laura
    Moderator

    Hello, well hmm we could try this

    COPY CODE
    
    ul#menu-main-menu a:active {
        color:white !important;
    }
    

    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: Search Results Display #105392
     Laura
    Moderator

    Hello, use this instead :

    COPY CODE
    
    #members-dir-list .avatar {
        width: 140px !important;
        height: 140px !important;
    }
    #members-dir-list .avatar img {
        width: 140px;
    }
    
    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, try adding this

    COPY CODE
    
    .status.three.columns.mobile-one {
        margin-left: 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: Menu button MOBILE #105248
     Laura
    Moderator

    Hello, this should do it

    COPY CODE
    
    @media (max-width: 991px) {
    .kleo-mobile-switch span {
        background-color: black !important;
    }
    .home .kleo-mobile-switch span {
        background-color: white !important;
    }
    }
    

    And yes, at the end of that file

    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 full name on profile page #105241
     Laura
    Moderator

    Hello, last change deleted
    To disable the matching circle add this to style.css

    COPY CODE
    
    .circular-item {
        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: Change Font Style in Menu and Body #105224
     Laura
    Moderator

    Hello, try the following at child theme style.css

    COPY CODE
    
    ul#menu-main-menu {
        font-family: "Montserrat" !important;
        font-size: 28px;
        font-weight: 700;
    }
    
    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 Results Display #105204
     Laura
    Moderator

    Hello, for the tet, not available right now, but here is a css style for the avatar size, just add to style.css

    COPY CODE
    
    .avatar {
        width: 140px !important;
        height: 140px !important;
    }
    .avatar img {
        width: 140px;
    }
    
    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, try adding this to style.css

    COPY CODE
    
    .status.three.columns.mobile-one:last-child {
        float: 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: Menu button MOBILE #105016
     Laura
    Moderator

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

    COPY CODE
    
    @media (max-width: 991px) {
    .kleo-main-header.header-normal {
        background-color: black !important;
    }
    i.icon.icon-basket-full-alt {
        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: Random instead of the Latest #104623
     Laura
    Moderator

    Updated css to

    COPY CODE
    
    section .kleo_members_carousel .caroufredsel_wrapper li {
        width: 150px !important;
        height: 150px !important;
    }
    section .kleo_members_carousel .caroufredsel_wrapper img {
        width: 150px !important;
        height: 150px !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: Random instead of the Latest #104622
     Laura
    Moderator

    Hello, added this to your homepage

    COPY CODE
    
    [kleo_members_carousel]
    

    And this to quick css

    COPY CODE
    
    .kleo_members_carousel .caroufredsel_wrapper li {
        width: 150px !important;
        height: 150px !important;
    }
    .kleo_members_carousel .caroufredsel_wrapper img {
        width: 150px !important;
        height: 150px !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, hmm well if you want actually the same as the login button use this at your post

    COPY CODE
    
    <div id="menu-item-19999" class="kleo-show-login menu-item menu-item-type-custom menu-item-object-custom menu-item-19999"><a title="Login" href="http://yourdomain.com/wp-login.php">Login</a></div>
    

    Edit your domain and the text “Login”, leave the rest as is

    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 the 3 column widths #104610
     Laura
    Moderator

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

    COPY CODE
    
    .template-page.col-sm-8.col-sm-push-2.tpl-3lr {
        width: 80% !important;
    }
    

    If you need it wider, let me know as will need to edit other things

    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: Align menu to the right #104604
     Laura
    Moderator

    Hello, try adding this to style.css

    COPY CODE
    
    li#menu-item-8385 {
        width: 15%;
    }
    

    For more edits you will need to hire a freelancer 🙂

    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: Meta Description For Post Pages #104581
     Laura
    Moderator

    Hello, at Theme Options > Blog, click the meta and ad author link
    Now at style.css of child theme add this

    COPY CODE
    
    article .meta-category {
        display: none;
    }
    .home .author-name {
        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: Appearance of blog post icons #104550
     Laura
    Moderator

    Hello, yes, just place this at style.css of child theme

    COPY CODE
    
    .masonry-listing .format-standard .post-title {
        border-left: 3px solid #BABABA !important;
    }
    

    #BABABA is the color 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: Category widget icons #104523
     Laura
    Moderator

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

    COPY CODE
    
    .widget_categories li:before {
        display: none;
    }
    .kleo-main-header.header-normal {
        border: none !important;
    }
    .template-page.col-sm-9.tpl-right {
        border-color: transparent !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 - 1,961 through 2,000 (of 2,796 total)

Log in with your credentials

Forgot your details?