Home Forums Pro Themes Elead Pro Page Headings and heading backgrounds

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • #107006
    PetraLi
    Participant

    Hello,

    I am using the Elead theme, and thinking about upgrading to Pro version.
    Is there a way for me to remove/hide the page name/title heading and heading text solid color background, as well as the page heading background picture? Are those possible to do in the free version, or in the Pro version?

    Thank you in advance!

    #107040
    wensolutions
    Keymaster

    Hello

    Kindly refer to the given link for the detailed comparison of the free and pro version of the theme : https://themepalace.com/downloads/elead-pro/#compare-table

    Hope this clears your confusion.

    Regards!

    #107108
    PetraLi
    Participant

    Hey,

    Unfortunately I didn’t find an answer to my problem on the comparison table. I mean the page’s title heading with a solid background color, the section that shows above the content, on the heading.

    Another question, is it possible to have custom colors on the Pro version, in addition to those which already exist? I would like to change the menu colors and what not to fit better my website’s aesthetic.

    Thank you for your help!

    #107110
    wensolutions
    Keymaster

    Hello

    Please refer to given screenshot which illustrates the area in which the color option affects : https://prnt.sc/pdr80o

    Regarding your query about integrating custom color, theme has its predefined color options. You can however customize the existing options and make the modification in the theme file with the help of Child Theme as well as adding the CSS snippets in the Additional CSS section.

    We will surely assist you with some minor changes but modification that involves high amount of code customization is out of scope of the support forum and you might need to hire a professional developer in that case.

    If you face any problem in the existing functionality of the theme, we will be more than happy to assist you.

    Best Regards!

    #107115
    PetraLi
    Participant

    Hello,

    Thank you for the quick answer and the suggestions, I will look into them!

    Here’s a screenshot of the section I meant. http://puu.sh/EnVgx/1a3ed244f9.png
    I apologize for being unclear, I haven’t worked with WordPress in some time. I would like to hide the slider section (along with the title) on certain pages, would I be able to do that?

    Cheers!

    #107154
    wensolutions
    Keymaster

    Hello

    You can disable the sections including the slider section if you are not willing to show them in the frontend.

    Please refer to the given screenshot that shows the way you can disable the slider section: https://prnt.sc/pe5cus

    Furthermore, if you want to hide selected page title, we can provide you with the custom CSS snippets if you use pro version of the theme.

    Best Regards!

    #135899

    I want to more transparency in the background of the wrapper page details OF THE SLIDER. kindly help

    default
    .page-detail {
    background-color: rgba(0, 0, 0, 0.80);
    border-left: 6px solid #c1331b;
    min-width: 425px;
    padding: 50px;

    I would like to change like this following
    background-color: rgb(225 209 209 / 21%);
    border-left: 6px solid #c1331b;
    min-width: 425px;
    padding: 50px;

    Thanks
    Suguna

    #136003
    wensolutions
    Keymaster

    Hello @CSC,

    Please provide us with your site URL so that we can inspect further and help you with precise CSS fixes.

    Regards.

    #136008

    Hello
    The Page URL is: http://b4x.b21.myftpupload.com/
    1. I want the change ( more Transparency) in the background of the page header image as well in the slider image background of the wrapper page details OF THE SLIDER.( ie. Boxed Dark black Background in the slider as well page header)

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

    3. Also In the Articles page pagination tab is not working.

    Thanks in advance
    Regards
    Suguna

    #136029
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to increase the opacity of the front page.

    #main-slider{
        opacity: .5;
    }

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to increase the opacity of the page featured images.

     #header-featured-image {
            opacity: 0.5;
    }

    Also, regarding your query, we can’t find the issues of the 2nd and 3rd query so please provide us with the screenshots.

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    #136075

    Thank you for your prompt reply.

    I want more transparency in header image wrapper background.
    .page-detail {
    background-color: rgba(0, 0, 0, 0.80) ——> more transparent in the rgb(0 0 0 / 22%);
    border-left: 6px solid #c1331b;
    min-width: 425px;
    padding: 50px;
    How to change it

    2 Articles page pagination is not working. kindly check

    Regards
    Suguna

    #136083
    wensolutions
    Keymaster

    Hello,

    Regarding your query, the pagination is working fine on our side as shown in the screenshot below.

    https://www.loom.com/share/b14fba2aa7f642809155d89859d98e67

    Please once update your theme to the latest version and verify the issue. Also, third-party plugin conflict might be the reason why the pagination is not working so you can verify the issue by deactivating third-party plugins one by one.

    Further, regarding the transparency, you can increase or decrease the value of opacity as per your requirement. Even if it won’t help, please get back to us.

    Regards.

    #136087

    Thank you for your prompt reply.

    I want more transparency in header image wrapper background.
    .page-detail {
    background-color: rgba(0, 0, 0, 0.80) ——> more transparent in the rgb(0 0 0 / 22%);
    border-left: 6px solid #c1331b;
    min-width: 425px;
    padding: 50px;
    How to change it

    You said Further, regarding the transparency, you can increase or decrease the value of opacity as per your requirement

    Where to change or increase or decrease the background value in the css
    Regards
    Suguna

    #136090

    I want more transparency in header image wrapper background.
    .page-detail {
    background-color: rgba(0, 0, 0, 0.80) ——> more transparent in the rgb(0 0 0 / 22%);
    border-left: 6px solid #c1331b;
    min-width: 425px;
    padding: 50px;
    How to change it

    You said Further, regarding the transparency, you can increase or decrease the value of opacity as per your requirement

    Where to change or increase or decrease the background value in the css
    Regards
    Suguna

    #136092

    According to your reply

    You said Further, regarding the transparency, you can increase or decrease the value of opacity as per your requirement
    page-detail {
    background-color: rgba(0, 0, 0, 0.80) ——> more transparent in the rgb(0 0 0 / 22%);
    border-left: 6px solid #c1331b;
    min-width: 425px;
    padding: 50px;
    Where to change or increase or decrease the background value in the css
    Regards
    Suguna

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