Is it possible to get a transparent box in a specific colour with white text on the categorie pictures?
I photoshopped the picture like i wish to have it. Pls Help.
Hello Lennarbd,
Hope you are doing well!!
I have gone through the requirement, and it can be acheived through the custom coding. We need to add the CSS for the backgorund color which should be “rgba” format and for the white text color we need to add text color with HEX code #ffffff
Kindly let me know if you want us to make the changes on your behalf, but please provide the collaborator access for that.
Awaiting your response.
Thanks & Regards,
Coddvila.
Is it possible to tell me the Codes and where i have to put it?
Lennardb, please share the store URL so that we can analyze the code and share it with you accordingly.
Thank you for sharing the store URL. As we have analyzed you can achieve the same as shown in the initial screenshot shared by you by the following code:-
The text should be inside any tag
or with a unique class name and on that class name you need to add the below code
{
padding: 10px;
background: rgba(250,240 ,230, 0.5);
color:white;
}
If you want to have little bit differnt background color then please change the background rgba number accordingly.
Do i have to put the code in Base.css?
And what does any tag
or mean.
Dont have much experience im sry.
Yes, you can add the code in Base.css but you also need to find teh text and add them in a tag. Like Halsketten
Kindly ping me back if you need any assistance. Then we will resolve the concern on your behalf.
Ok. I absolutely dont get it. ^^
First i have to look for the tag text in base.css? I dont find it there.