Forum Replies Created

Viewing 40 posts - 681 through 720 (of 2,796 total)
  • Author
  • in reply to: Featured item link and icon features #173348
     Laura
    Moderator

    Hello, please add this to style.css of child theme or at Appearance > Edit

    COPY CODE
    
    span.feature-icon.el-appear {
        background: transparent !important;
        margin-top: 19% !important;
        position: absolute !important;
        margin-left: 30%;
    }
    .icon-youtube-play:before {
        content: '\e96f';
        font-size: 40px !important;
    }
    .icon-play-circled:before {
        content: '\e8c5';
        font-size: 40px !important;
    }
    .icon-play-round-circled:before {
        content: '\e8c6';
        font-size: 40px !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: Header and wording questions #173343
     Laura
    Moderator
    Not marked as solution
    in reply to: featured image not showing #173279
     Laura
    Moderator

    Hello
    try by adding this to style.css of child theme or at appearance > edit

    COPY CODE
    
    .tab-pane:last-child {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Show 4 columns on profile page #173271
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at Appearance > Edit

    COPY CODE
    
    .members .four.columns {
        width: 25% !important;
    }
    #members-list .four.columns:nth-child(3n+1) {
        clear: 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: Carousel Arrow background #173240
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme 🙂 or at Appearance > Edit

    COPY CODE
    
    span#older-nav {
        background: red !important;
    }
    a.carousel-prev {
        background: red !important;
    }
    a.carousel-next {
        background: red !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Help with visual layout #173239
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

    Hello, just add this below the other code 🙂

    COPY CODE
    
    div#subnav .current a {
        color: green !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: How do effect border in woocommerce? #173207
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at Appearance > Edit

    COPY CODE
    
    img.woocommerce-placeholder.wp-post-image:hover {
        border: 4px double black !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at Appearance > Edit

    COPY CODE
    
    div#subnav a {
        color: red !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

     Laura
    Moderator

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

    COPY CODE
    
    .navbar-transparent .navbar .kleo-main-header.header-scrolled {
        background-color: white !important;
    }
    .navbar-transparent .navbar .kleo-main-header.header-scrolled a {
        color: black !important;
    }
    

    For the top bar, try making the header not sticky, and then with some css i could make it sticky, because the top bar follows the header when sticky

    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 the following css, add it to style.css of child theme

    COPY CODE
    
    a.btn.btn-highlight:hover {
        background: black !important;
        border: black !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Drop Down Menu Distance and Position #172873
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at Appearance > Edit

    COPY CODE
    
    ul.dropdown-menu.sub-menu.pull-left {
        margin-top: -45% !important;
    }
    ul.dropdown-menu.sub-menu.pull-left li a {
        background: red !important;
        color: white !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Changing signup link #172783
     Laura
    Moderator
    Not marked as solution
    in reply to: Lost text on my buttons #172723
     Laura
    Moderator
    Not marked as solution
    in reply to: Adjusting size of block quotes in a blog post #172718
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at Appearance > Edit 🙂

    COPY CODE
    
    em {
        font-size: 24px !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: Color changes #172570
     Laura
    Moderator
    Not marked as solution
    in reply to: Users own profile always showing for them. #172125
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

    Oh! so sorry, here it is

    COPY CODE
    
    ul#members-list:last-child {
        margin-top: -4.5% !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: Group Post Update Button #171992
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme or at appearance > editor

    COPY CODE
    
    div#whats-new-options {
        display: inline !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 do I change font in the Kleo button? #171991
     Laura
    Moderator

    Hello, with css, you just need to add the name of the font
    here it is 🙂

    COPY CODE
    
    .vc_btn3.vc_btn3-shape-square {
        font-family: monospace !important;
    }
    

    Add it 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: WooCommerce styling question #171959
     Laura
    Moderator

    Hello 🙂 Will be happy to help you
    1- Try by adding this to style.css of child theme or at Appearance > Editor

    COPY CODE
    
    span.posted_in {
        display: none !important;
    }
    

    2- Making the titles smaller could help, this is the css

    COPY CODE
    
    .woocommerce h3 a {
        font-size: 13px !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: Layout of custom post type “single” #171769
     Laura
    Moderator

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

    COPY CODE
    
    .sidebar.sidebar-main.col-sm-3.sidebar-right {
        display: none !important;
    }
    .template-page.col-sm-9.tpl-right.with-meta {
        width: 100%;
        border: none !important;
        float: none !important;
        margin: 0 auto !important;
    }
    .article-meta {
        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: Lost text on my buttons #171703
     Laura
    Moderator
    Not marked as solution
    in reply to: Amending Registration Page #171595
     Laura
    Moderator

    Hello, at Users > Profile fields you should be able to add a description to the username field 🙂 Use that to add the required lowercase text
    For the button, add this to style.css of child theme 🙂

    COPY CODE
    
    input#signup_submit {
        background: #387ef5 !important;
        color: white !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Widget Separator #171555
     Laura
    Moderator

    Hello, yes! Just add this to style.css of child theme or at Appearance > Edit

    COPY CODE
    
    .widget {
        border-bottom: solid 1px white;
        padding-bottom: 20px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Mobile responsiveness issue #171398
     Laura
    Moderator
    Not marked as solution
    in reply to: User to post videos that will appear on the blog #171395
     Laura
    Moderator

    Hello, this should fix it

    COPY CODE
    
    .registration div#socket {
        display: none !important;
    }
    

    😀

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Logo comes with srolling #171355
     Laura
    Moderator

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

    COPY CODE
    
    .contain-to-grid.sticky.fixed img {
        width: 25% !important;
    }
    

    Or at Appearance > Edit

    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 title #171354
     Laura
    Moderator

    Hello, do you want to hide it? Try by adding this to style.css of child theme

    COPY CODE
    
    .home-page h2.article-title {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Show Add To Cart Button Without Mouse Hover #171352
     Laura
    Moderator

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

    COPY CODE
    
    .woocommerce ul.products li.product figure figcaption {
        position: static !important;
    }
    .product-loop-inner .yith-wcwl-add-to-wishlist {
        position: static !important;
    }
    .product-loop-inner .yith-wcwl-add-to-wishlist a {
        opacity: 100 !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Making social icons bigger on header #171350
     Laura
    Moderator

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

    COPY CODE
    
    .icon-twitter:before {
        font-size: 18px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Post Format Colour #171331
     Laura
    Moderator

    Hello, this is the css, just change the format and the color and add it to style.css of child theme 🙂

    COPY CODE
    
    .masonry-listing .format-standard .post-title {
        border-left: 3px solid black !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Center Logo on Mobile #171316
     Laura
    Moderator

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

    COPY CODE
    
    @media (max-width: 991px) {
    strong.logo {
        margin: 0 auto !important;
        padding-left: 70px;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: User to post videos that will appear on the blog #171305
     Laura
    Moderator

    Hello, try the following 🙂
    Add to style.css of child theme

    COPY CODE
    
    .registration .sidebar.sidebar-main.col-sm-3.sidebar-right {
        display: none !important;
    }
    .registration .template-page.col-sm-9.tpl-right {
        border: none !important;
        width: 100% !important;
    }
    .registration div#socket {
        display: none !important;
    }
    .registration div#buddypress {
        width: 90%;
        margin: auto !important;
        padding-bottom: 50px;
    }
    .registration input#signup_password {
        width: 90% !important;
    }
    .registration input#signup_password_confirm {
        width: 90% !important;
    }
    .registration .col-sm-12 {
        background: white !important;
        border-radius: 20px;
        width: 60%;
        margin: 0 auto !important;
    }
    .registration div#header {
        display: none !important;
    }
    .registration section.container-wrap.main-color {
        background-image: url(https://www.deliscovery.com/wp-content/themes/kleo-child/login/home-bg.jpg) !important;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .registration .col-sm-12:before {
        content: url(https://www.deliscovery.com/wp-content/themes/kleo-child/login/login-logo.gif);
        margin-left: 24% !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 adapt kleo menu to arabic #171302
     Laura
    Moderator
    Not marked as solution
    in reply to: Footer Section / Menu #171046
     Laura
    Moderator
    Not marked as solution
     Laura
    Moderator

    Hello 🙂
    1- Try by adding this to style.css of child theme or at Appearance > Edit

    COPY CODE
    
    p.comment-form-comment {
        width: 70% !important;
    }
    

    2- Can you share a screenshot?

    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, you could hide the banner ad with the following css at style.css of child theme or at Apperance > Edit

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

    Or if you share access i can check it out 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

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

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

    Always happy to help you 🙂

    in reply to: Kleo Posts #170995
     Laura
    Moderator
    Not marked as solution
    in reply to: Template configuration problems #170855
     Laura
    Moderator
    Not marked as solution
Viewing 40 posts - 681 through 720 (of 2,796 total)

Log in with your credentials

Forgot your details?