Forum Replies Created

Viewing 15 posts - 1,216 through 1,230 (of 1,424 total)
  • Author
    Posts
  • in reply to: Padding issue with bbpress forum #143833
    Psink
    Keymaster

    Hello Bjbundy

    Please add this CSS in Additional CSS

    
    .reply {
        vertical-align: middle;
    }
    

    Regards,
    Psink

    in reply to: Hide author and category on Blog / Archive #143830
    Psink
    Keymaster

    Hello Bjbundy

    for ques. no. 1 – ADD this CSS in additional css and adjust the color value as per your requirement

    
    #blog .archive-blog-wrapper .post-categories li a{
        color:#88837e
    }
    
    #blog .archive-blog-wrapper .post-categories li a:hover{
        color:#865fc1
    }
    
    #blog .archive-blog-wrapper article .entry-container a.btn{
        background-color: #ffeded;
        border: 2px solid #2d2c2d;
        color: #0e0e0e;
    }
    
    #blog .archive-blog-wrapper article .entry-container a.btn:hover{
        background-color: #bcbcbc;
        border: 2px solid #2d2c2d;
        color: #0e0e0e;
    }
    
    #featured-post article .entry-container ul.post-categories a,#featured-post .design .section-title a, #featured-post .design article .entry-container ul.post-categories a{
        color:#88837e
    }
    
    #featured-post article .entry-container ul.post-categories a:hover{
        color:#865fc1
    }
    
    #featured-post article:first-child .entry-container a.btn, #featured-post .design article:first-child .entry-container a.btn{
        background-color: #ffeded;
        border: 2px solid #2d2c2d;
        color: #0e0e0e;
    }
    
    #featured-post article:first-child .entry-container a.btn:hover, #featured-post .design article:first-child .entry-container a.btn:hover {
        background-color: #bcbcbc;
        border: 2px solid #2d2c2d;
        color: #0e0e0e;
    }
    
    

    For ques. no. 2 – Currently one Condition is missing in the theme( We will update in the next update ) – for now please use this CSS to hide btn label

    
    #must-read .entry-content a{
        display: none;
    }
    

    For ques. no. 3 – Add this CSS to make font color white

    
    .gdbbx-widget-profile-login h3{
        color: #fff;
    }
    

    For ques. no. 4 – Add this CSS to make font size the same as others

    
    #colophon .footer-widgets-area .widget > ul > li{
        font-size: 16px;
    }
    

    Regards,
    Psink

    in reply to: Navigation Menu Open in new Tab #143815
    Psink
    Keymaster

    Hello Emmanuel

    Please follow the screen record
    https://www.awesomescreenshot.com/video/2599182?key=5c7e8d4dd40049b8cc1f80b6ac0295e9

    Regards,
    Psink

    in reply to: No header photo shown in Blog site #143814
    Psink
    Keymaster

    Hello jasmi689

    Thank you for your information, we will update the theme soon

    Please wait for a couple of days until we release a new update

    Regards,
    Psink

    in reply to: REED MORE #143780
    Psink
    Keymaster

    No sir, I’m not familiar with these things

    in reply to: Every first letter is big in headlines #143778
    Psink
    Keymaster

    Hello Adrian

    Can you please share your site URL?

    Regards,
    Psink

    in reply to: Page title under header image #143777
    Psink
    Keymaster

    Hello TrishBlassin

    The “Title Position for single Page/Post” option is not available in the free version.

    Regards,
    Psink

    in reply to: Deactivate dark overlay in main slider #143776
    Psink
    Keymaster

    Hello Adrian

    Can you please share your site URL?

    Regards,
    Psink

    in reply to: Add Moving Flag in Primary widget #143770
    Psink
    Keymaster

    Hello Emmanuel

    You can use an image widget for it,

    Please watch the screen record
    https://www.awesomescreenshot.com/video/2585823?key=8e5501aba901d764cb202d81cc3fcbd8

    Regards,
    Psink

    in reply to: SOCIAL MENU LINKS #143762
    Psink
    Keymaster

    Hello Emmanuel

    Please follow the screen record to edit/add socials links

    https://www.awesomescreenshot.com/video/2584439?key=03e5ec3023acc01443b00657168f2b20

    Hope this helps you

    Regards,
    Psink

    in reply to: REED MORE #143761
    Psink
    Keymaster

    Hello Diego

    Currently, it’s is not possible to rearrange the order of the tab.

    Regards,
    Psink

    in reply to: REED MORE #143723
    Psink
    Keymaster

    Hello Diego

    You need to fill that empty space manually with the exact translations of the String.

    Please follow the screen record
    https://www.awesomescreenshot.com/video/2579972?key=76a6893f6f7d90974a568cf8846f6a97

    Regards,
    Psink

    in reply to: Read More links on a Custom Post Type #143699
    Psink
    Keymaster

    Hello Claire

    I’m really Sorry for the above CSS, Please add this one

    
    .elementor-page-3410 a.more-link {
        display: none;
    }
    

    Regards,
    Psink

    in reply to: REED MORE #143697
    Psink
    Keymaster

    Hello Diego

    I guess you have miss one thing while translating the string

    Please check the screen record
    https://www.awesomescreenshot.com/video/2576202?key=7aea20bc63d05ba20ba454c75e002483

    Regards,
    Psink

    in reply to: Read More links on a Custom Post Type #143689
    Psink
    Keymaster

    hello Claire

    Please add this CSS code in the theme

    
    #hero-section a.more-link {
        display: none;
    }
    

    To add above CSS in the theme, Please go to Admin Panel >> Appearance >> Customize >> Additional CSS, there paste the above CSS then published and refresh

    Regards,
    Psink

Viewing 15 posts - 1,216 through 1,230 (of 1,424 total)