-
Author
-
April 25, 2017 at 20:20 #159569willowillosParticipant
I have been playing around with this with no avail. I am trying to get the alternate background color to be transparent. Every time I set it in Title/Breadcrumb section it defaults to white. I have added custom CSS to show the background as white for this class alternate-color. Still, nothing works. If I use the main theme option and set it to transparent it does work.
April 26, 2017 at 19:39 #159688LauraModeratorHello, so do you want to change the breadcrumb section background or all alternate colors of the theme?
Let me know i will be happy to help 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 28, 2017 at 16:30 #159842willowillosParticipantI would like the change the alternate colors of the theme.
May 1, 2017 at 04:00 #160038LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 4, 2017 at 16:13 #160379RaduModeratorHi,
Make sure to have latest theme version and the theme recommended plugins updated!
Normally from here you can change the breadcrumb section : wp-admin -> theme options -> styling options ->
To providing a CSS selector for customizing “manually” the breadcrumb area I need to see the breadcrumbs on your site but I cannot see it, where I can see that? provide a screenshot that shows that
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 4, 2017 at 17:35 #160395willowillosParticipantI already have that selection in my Title Section(Alternate) section (see capture). It is set to transparent but defaulting to white. I have the breadcrumb/title area turned off on all pages I will create a new page that leaves this on to show you what I mean. I am using the Alternate Background for Row Settings in Visual Composer (see capture2).
test page with the title bar (https://usenergytour.com/past-events/test-page/)
For the test page Title Bar is set to Transparent for Background color and alternate background color. But it still shows up as white. I have also added custom CSS to the class alternate-color, (see capture3). If I change the color of the title bar to say blue, the color does change.
I had this working with the main style, the background elements that I wanted to be transparent were and I was able to get the effect that I wanted. I had to switch this around when I realized the Blog portion of the site was showing up with all transparent backgrounds.
Attachments:
You must be logged in to view attached files.May 5, 2017 at 20:06 #160536RaduModeratorHi,
Background of the main color or alternate color can be changed using next CSS
COPY CODE.alternate-color { background: green; } .main-color { background: transparent !important; }
This will control all elements with alternate color or main-colo
If you need to change the background color only for the title/breadcrumb area update theme to latest version (5 may update) and add this CSS
COPY CODE.breadcrumbs-container {background-color:transparent;}
The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
NOTE : Child theme needs to be installed and activated.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 5, 2017 at 21:01 #160541willowillosParticipantOn Kleo 4.2.4. Added the CSS to the location that you specified. Still not getting the desired results. Alternate Background still white, when set to transparent in CSS.
Attachments:
You must be logged in to view attached files.May 5, 2017 at 21:07 #160544willowillosParticipantwaiting for 4.2.4.1 to be able to update through the site.
May 8, 2017 at 18:06 #160696RaduModeratorHi,
All of those are correct but the issue was caused by the main div wich haves the background white
COPY CODEdiv#main { background: transparent; }
By adding this to quick CSS are all elements that haves background transparent will be transparent over the body image
All right now ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 8, 2017 at 20:01 #160708willowillosParticipantStill white.
Attachments:
You must be logged in to view attached files.May 9, 2017 at 18:53 #160796RaduModeratorAdd also this css
COPY CODEsection.container-wrap { background:transparent; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 9, 2017 at 19:14 #160800willowillosParticipantmakes everything transparent.
Attachments:
You must be logged in to view attached files.May 10, 2017 at 17:34 #160944RaduModeratorThe div main it’s always under the sections so it’s useless if you choose for certain sections background transparent if the section it’s wrapped in a white background div…
Only in this way, you can have what you need but you should add the white background for certain sections or set white background for main color but for alternate color choose background transparent.
The theme option works but, the main div has by default white background.
I’ve used this css
COPY CODEdiv#main {background:transparent;} .article-content section.alternate-color {background:transparent !important;} .article-content section.main-color { background: lightblue !important;}
To can have sections transparent to the background you should set for the main div transparent.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.