Home › Forums › Gravida Support › All promo boxes are now light green
- This topic has 7 replies, 2 voices, and was last updated 5 years, 10 months ago by Sonl Sinha.
-
AuthorPosts
-
February 4, 2019 at 4:33 pm #116301
Hello
Site URL: https://perceptionprofiling.com/
Earlier I asked how I could make the promotion box box on my homepage have an opacity of 50%. The promobox on the homepage was light green. The solution you gave me was to put the following code into the Basic CSS:
.promo4 { background-color: rgba(251, 255, 244, 0.5) !important; border:none !important;}
At that point I DID NOT ask you to enforce that all promotion boxes of type 4 were green! I simply asked that you help me to set the opacity FOR THAT box.
Now, I have just created a new page that has 7 promotion boxes on it. Each box should be a different color. here is the URL for the page.
https://perceptionprofiling.com/ourcorebeliefs/
All 7 boxes are now light green regardless of the color that is set in the shortcode. This is not acceptable.
How do I fix this?
Thank you.
SteveFebruary 5, 2019 at 10:28 am #116331Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.page-template .promo4 { background: #f4f4f4 !important;}
Regards,
DaveFebruary 5, 2019 at 11:43 am #116347Dave
I have done that but all it has done is made ALL of the boxes on the https://perceptionprofiling.com/ourcorebeliefs/ GREY… That is DEFINITELY NOT what i asked for help with.
Can you please GO BACK and READ my request properly and provide a solution that allows me to have the following…
The ability to set ANY promotion box on ANY page to ANY colour and ANY opacity.
Trying to provide specific colours for specific boxes on specific pages is NOT a solution and also isn’t working.
I have another 20 or so pages to create and I’m sure you don’t want a support entry for each one I have to work on?
Thanks
SteveFebruary 5, 2019 at 12:36 pm #116356Hi,
Remove
.page-template .promo4 { background: #f4f4f4 !important;}
Find
.promo4 { background-color: rgba(251, 255, 244, 0.5) !important; border:none !important;}
And replace
.home .promo4 { background-color: rgba(251, 255, 244, 0.5) !important; border:none !important;}
Promo box coming from shortcodes. So you can use different background color easily from
bgcolor="#f6f6f6"
for each promo box.Regards,
DaveFebruary 5, 2019 at 12:48 pm #116359Hello
Thank you for that solution which works for the homepage and the “Our Beliefs” page.
It doesn’t allow me to set the opacity for promo boxes throughout the site, is there any way that i can set promo box opacity within the shortcode on each page… That would be the ideal solution.
Thank you for your help.
SteveFebruary 5, 2019 at 1:07 pm #116365Hi,
Unfortunately, this is a custom requirement which would require some additional hours and doesn’t fall under theme support. Kindly connect with us on [email protected] for a quote.
Regards,
DaveFebruary 5, 2019 at 1:40 pm #116379Hi Dave
OK and thank you for the support you have given on this.
Thanks
SteveFebruary 5, 2019 at 1:43 pm #116381Hi,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/21/
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.