Home › Forums › Pro Themes › Elead Pro › Page Headings and heading backgrounds
- This topic has 21 replies, 2 voices, and was last updated 4 years ago by wensolutions.
-
AuthorPosts
-
September 30, 2019 at 8:27 am #107006PetraLiParticipant
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!
October 1, 2019 at 3:34 am #107040wensolutionsKeymasterHello
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!
October 2, 2019 at 4:38 am #107108PetraLiParticipantHey,
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!
October 2, 2019 at 6:12 am #107110wensolutionsKeymasterHello
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!
October 2, 2019 at 6:42 am #107115PetraLiParticipantHello,
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!
October 3, 2019 at 12:33 am #107154wensolutionsKeymasterHello
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!
October 9, 2020 at 7:28 am #135899Joe Thomas KarackattuParticipantI 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
SugunaOctober 11, 2020 at 11:35 pm #136003wensolutionsKeymasterHello @CSC,
Please provide us with your site URL so that we can inspect further and help you with precise CSS fixes.
Regards.
October 12, 2020 at 3:07 am #136008Joe Thomas KarackattuParticipantHello
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
SugunaOctober 12, 2020 at 8:11 am #136029wensolutionsKeymasterHello,
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.
October 13, 2020 at 1:39 am #136075Joe Thomas KarackattuParticipantThank 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 it2 Articles page pagination is not working. kindly check
Regards
SugunaOctober 13, 2020 at 3:43 am #136083wensolutionsKeymasterHello,
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.
October 13, 2020 at 6:15 am #136087Joe Thomas KarackattuParticipantThank 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 itYou 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
SugunaOctober 13, 2020 at 6:50 am #136090Joe Thomas KarackattuParticipantI 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 itYou 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
SugunaOctober 13, 2020 at 6:52 am #136092Joe Thomas KarackattuParticipantAccording 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 -
AuthorPosts
- You must be logged in to reply to this topic.