Home Forums Pro Themes Elead Pro Page Editing

Viewing 15 posts - 1 through 15 (of 27 total)
  • Author
    Posts
  • #67084
    Matt Stephens
    Participant

    Hello,

    Is there not an option to change the font when creating a page?

    How about inserting a table?

    Also, is there a way to remove the header image on pages completely?

    #67166
    wensolutions
    Keymaster

    Hello @mastephens,

    Actually, there is no such option to change the font size of each specific page separately while creating the page, but the theme does have the option to change the font size of the header and body for all the pages and for this you need to go to Admin Panel > Appearance > Customize > Theme Options > Typography option.

    As for inserting the table, you can insert the table using the HTML in the pages.

    Now to remove the header image from the pages completely use below given CSS.

    Go to Admin panel > Appearance > Customize > Additional CSS and paste below given CSS.

    section#header-featured-image {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    #125198

    Home page slider transperant layer read more tag goes below/Hide the slider.

    please help.

    Suguna

    #125509
    wensolutions
    Keymaster

    Hello,

    Please explain in detail your query and provide us with your site URL as well as specific screenshots of the section you have mentioned so that we can help and provide the precise fix.

    Regards.

    #126417

    Please Check the home page slider and rectifity the proble in the slider
    Tranparent layer goes below the the slide.

    http://b4x.b21.myftpupload.com/
    Regards
    Suguna

    #126423
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to display the know more button from the frontpage.

    #main-slider .wrapper {
        position: static;
    }
    .main-slider-contents {
        top: unset !important;
        bottom: 0;
    }

    Hope this helps.

    If you have further queries, kindly let us know.

    Regards.

    #126787

    Hello,

    it working fine.

    Thanks a lot
    regards
    Suguna

    #126865
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Regards.

    #137563

    Hi
    The Page URL is: http://b4x.b21.myftpupload.com/

    In the home page Happening Around Us section description html codes appearing along with the description.
    (Just above the read more button).

    Thanks in advance
    Suguna

    #137728
    wensolutions
    Keymaster

    Hello,

    We would like to apologize for the trouble.

    Yes, we did find the issue in your side but could not replicate it on ours. Once please remove the text with HTMl code from that post and directly dd the plane content. For the heading and other stuff, you can directly edit it from the option available in the text area. You do not need to add the HTML tag for the text edit.

    Screenshot:

    https://prnt.sc/vcgxog

    Let us know if you have any queries further.

    Thank you.

    #141556

    Hi
    The Page URL is: http://b4x.b21.myftpupload.com/
    How to create a blog page same as in the elead pro theme.

    Reghards
    Suguna

    #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

    #141775

    Hello

    Please help me remove / hide “Category” title on category page title.

    Thanks
    regards
    Suguna

    #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

    #141923

    Hello

    Below the image of the header-featured h1.page-title.
    I would like to remove the “category” from the page tile (only the particular page)

    Category: Articles
    Home Articles

    I want Articles page title like this

    Articles
    Home Articles

Viewing 15 posts - 1 through 15 (of 27 total)
  • You must be logged in to reply to this topic.