Forum Replies Created

Viewing 15 posts - 1,471 through 1,485 (of 1,548 total)
  • Author
    Posts
  • in reply to: H1 Tags #141822
    Psink
    Keymaster

    Hello @Minature_Hero

    We have added the H1 properly. Maybe there is a Cache issue or something like that.

    As you can check in our demo site https://demo.wenthemes.com/wen-corporate/page-layout/, here you can see the page title is H1 and if you go to homepage https://demo.wenthemes.com/wen-corporate/ site title is h1.

    Can you please share your site URL?

    Regards,
    Psink

    in reply to: Page Editing #141821
    Psink
    Keymaster

    Hello @Suguna

    Please add this CSS to the theme

    
    #header-featured-image h1.page-title {
        display: none;
    }
    

    Too Add above CSS, Go to Admin panel >> Appearance >> Customize >> Additional CSS, there paste CSS code and published then refresh

    Regards,
    Psink

    in reply to: Change size of featured Image on Archive page view #141731
    Psink
    Keymaster

    Hello @Claire

    Here we have got a few CSS, Please add this in the theme

    To do soo, Go to Admin Panel >> Appearance >> Customize >> Additional Css, There paste below CSS then published and refresh, you will get changes

    
    .blog .archive-post-wrap .hentry .hentry-inner {
        display: flex;
    }
    .blog .archive-post-wrap .post-thumbnail {
        width: 35%;
    }
    .blog .archive-post-wrap .post-thumbnail img {
        width: 100%;
        object-fit: cover;
    }
    .blog .archive-post-wrap .entry-container {
        width: 65%;
        padding-left: 20px;
    }
    .blog .archive-post-wrap .more-link {
        margin-top: 20px;
    }
    @media screen and (max-width: 767px) {
    	.blog .archive-post-wrap .hentry .hentry-inner {
    	    display: block;
    	}
    	.blog .archive-post-wrap .post-thumbnail {
    	    width: 100%;
    	}
    	.blog .archive-post-wrap .entry-container {
    	    width: 100%;
    	    padding-left: 0;
    	}
    }
    

    Hope this CSS will help you out

    Regards,
    Psink

    Psink
    Keymaster
    in reply to: Page Editing #141684
    Psink
    Keymaster

    Hello @Suguna

    Please follow the theme instruction https://themepalace.com/instructions/themes/elead-pro/#doc-how-to-set-static-front-page-4

    Or, You can watch screen record to know how to set up the blog page in the theme
    https://www.awesomescreenshot.com/video/2219427?key=de5e22ddaf5a6ad0bf10ea25f411e088

    Hope this will help you out

    Have a good day and a great new year

    Psink

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

    Hello @BJBUNDY

    For Query ( a ) add this CSS in Additional Css

    – For “News & Gossip”

    
    .archive-blog-wrapper h2.section-title {
        color: #900e0e;
    }
    

    – For “New Pics & Videos”

    
    #latest-post h2.section-title {
        color: #900e0e;
    }
    

    – For “Live & Rockin’ – New shows in the Guide”

    
    #must-read h2.section-title {
        color: #900e0e;
    }
    

    – For “Events & Promoters”

    
    #featured-post article .section-title a {
        color: #900e0e;
    }
    

    – For “New Releases”

    
    #featured-post .design .section-title a {
        color: #900e0e;
    }
    

    If you want to make all headlines the same color you can combine all of them as follows

    
    .archive-blog-wrapper h2.section-title,
    #latest-post h2.section-title,
    #must-read h2.section-title,
    #featured-post article .section-title a,
    #featured-post .design .section-title a {
        color: #900e0e;
    }
    

    Change the color code as per your requirements

    For Query ( b ) add this CSS to hide ‘By’ from the topmost section and button section

    
    .archive-blog-wrapper .byline,
    #featured-post .byline{
       display: none;
    }
    

    For Query ( c ) – Add this CSS to make date unclickable all over the site

    
    span.posted-on {
        pointer-events: none;
        cursor: default;
    }
    

    For Query ( d ) – it seems we have to fix it in the code, Please wait until we released the update – we will notify you about the update within 48 hrs

    For Query ( e ) – Please add this CSS

    for the top navigation

    
       #top-navigation{
          background-color: #b7bbaa;
       }
    

    for the first section

    
       .archive-blog-wrapper{
          background-color: #b7bbaa;
       }
    

    for the second section

    
       #latest-post{
          background-color: #b7bbaa;
       }
    

    for the third section

    
       #must-read .entry-container{
          background-color: #b7bbaa;
       }
    

    for the last section

    
       .education-wrappe{
          background-color: #b7bbaa;
       }
    

    Please add all of this CSS in Additional as you have done earlier

    Have a great day

    Psink

    in reply to: Remove Content #141680
    Psink
    Keymaster

    Hello @Michael

    Sorry for having you in trouble with one of our themes. I guess you are talking about the message ‘There has been a critical error on this website.’ at the bottom of the page.
    Can you please confirm that because I did not see any “visit website” at the bottom of the page?

    Regards,
    Psink

    Psink
    Keymaster

    Hello @CHGDVM

    yes, header images have a little bit of dark overlay. Please add below CSS code in the theme to make it lighter

    #page-site-header .overlay {
        opacity: 0.2;
    }
    

    Please Go To Admin Panel >> Appearance >> Customize >> Additional Css, There you can paste above CSS then published and refresh, you will see change

    Hope this helps

    Regards,
    Psink

    in reply to: Education Hub Pro Clarification #141637
    Psink
    Keymaster

    Hello @Moshsinmo min

    Yes, you can remove or change footer credit as your need. There are options available to customize the footer credits in the pro version.

    Regards,
    Psink

    in reply to: Add 3rd line Headline #141631
    Psink
    Keymaster

    Hello @Angga Krishna

    You need to hire our customizer team to add an extra text option.

    For more info please contact directly in this URL
    https://themepalace.com/hire-a-customizer/

    Regards,
    Psink

    in reply to: ultimate member #141622
    Psink
    Keymaster

    Hello @Itanic80

    I guess this is the issue of the Ultimate Member plugin. Please contact the plugin author he may help you out with this.

    Regards,
    Psink

    Psink
    Keymaster

    Hello @Chgdvm

    Is it a header image of blogs/archive page or the slider of the homepage? Please send me your site URL, we will provide you a few CSS codes to reduce overlay over the image.

    Regards,
    Psink

    in reply to: Homepage Section Icons #141551
    Psink
    Keymaster

    Hello @slink

    For purchasing related query please contact directly to this link https://themepalace.com/contact-us/

    Regards,
    Psink

    in reply to: woocommerce siderabar #141550
    Psink
    Keymaster

    Hello @Itanic80

    We are sorry for that, it’s not supposed to lost. For now, we have contacted the Theme Author to looks into this issue.

    We will come back soon

    Regrds,
    Psink

    in reply to: ultimate member #141549
    Psink
    Keymaster

    Hello @Itanic80

    We are sorry to have you in trouble with uploading images with the ultimate members. We will figure out the problems and let you know once we came with a solution.

    We will come back to you soon

    Regards,
    Psink

Viewing 15 posts - 1,471 through 1,485 (of 1,548 total)