I am afraid there is no global option available, you can however set a box shadow on each Single Post page with the below CSS.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
.single-post .wpb_column.boxed > .vc_column-inner {
transform: translateY(-4px);
-webkit-transform: translateY(-4px);
box-shadow: 0 17px 25px rgba(0,0,0,0.13);
-webkit-box-shadow: 0 17px 25px rgba(0,0,0,0.13);
}
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
I want to make all texts on my website https://www.cocktailbook.eu to display as block sentence.
Can you help me to realize please.
thank you
Hi There,
Did you mean text blocks?
Thanks.
Yes exactly
Hi There,
Use text block element in wpbakery everytime you would want to add a text.
Thanks.
No thats not what i want. I Prepare a Post. Above the Recipe is not with wpbakery designt. and i dont want to use it.
https://www.cocktailbook.eu/gluehwein/
Hey Again,
Try using the Boxed Column Option and check:
Thanks
ThemeNectar Support Team
Yes, thats the function i was looking for thank you.
Is it possible to set it globally on ever post?
https://www.cocktailbook.eu/orangenpunsch/
Hey Again,
I am afraid there is no global option available, you can however set a box shadow on each Single Post page with the below CSS.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Hey Tahir,
i wanted also to know, how is it possible to justify all text aligns in all posts?
ist that possible?
Sorry for the late turn around, we can get overwhelmed sometimes by the number of tickets.
Can you provide the relevant post pages so that i can write up custom css for it.
Thanks
ThemeNectar Support Team
Like this site, i also want to have, that the text is in the same width like the Recipe below.
Thank you
https://www.cocktailbook.eu/schneepunsch/
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thank you for closing this case :)