-
AuthorPosts
-
December 4, 2020 at 12:55 am #1264899
Hi,
how can I creat a “shadow” for an text box like in the link (the Boxes under “see all courses”)?
Is it possible to:
1. Do it for every textbox in the website?
2. For only few text boxes which I want?Thanks!
I.
December 5, 2020 at 6:56 am #1265128Hey iicinfo,
If you want to apply box shadow to all text blocks, then please try this in Quick CSS:
.av_textblock_section { box-shadow: 4px 4px 4px 4px #000; }If you only want to apply it to some, then add a class to the element in the Advanced tab, then use CSS like this:
.my-text-block { box-shadow: 4px 4px 4px 4px #000; }Best regards,
RikardJanuary 31, 2021 at 4:18 pm #1276593Hi Rikard,
thanks a lot and sorry for the late respond.I try the secon way (apply it to some) – but it did not work. Where exactly I have to put the code?
Thanks,
IvanFebruary 1, 2021 at 12:01 pm #1276768Hi Ivan,
You would put the CSS snippet that I sent you in Quick CSS in the theme options, then the class in the element options:
my-text-blockPlease try that out.
Best regards,
RikardFebruary 3, 2021 at 8:28 pm #1277453This reply has been marked as private.February 3, 2021 at 11:52 pm #1277480February 5, 2021 at 6:42 am #1277853Hi,
Thanks for the update. If you need a different look for your box shadow, then please refer to this documentation: https://www.w3schools.com/cssref/css3_pr_box-shadow.asp, then make the necessary changes to the code I sent.
Best regards,
RikardFebruary 7, 2021 at 3:55 pm #1278451Hi Rikard,
thanks a lot. I will look at it and try it.Best wishes,
IvanFebruary 7, 2021 at 10:27 pm #1278483Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonFebruary 8, 2021 at 4:38 pm #1278699Hi Jordan,
for now it is ok. You can close it. Thanks.Best wishes,
IvanFebruary 9, 2021 at 6:26 am #1278912Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Textbox’ is closed to new replies.
