Could you tell me more about this piece of code of homepage, from Technology theme?
Where do you store background-image:url value? I’m getting crazy I didn’t found where to change…
<style>
.td_uid_1_5acfcad168176_rand_style > .td-element-style-before {
content:'' !important;
width:100% !important;
height:100% !important;
position:absolute !important;
top:0 !important;
left:0 !important;
display:block !important;
z-index:0 !important;
background-image:url("http://mywebsite.com/wp-content/uploads/2018/01/xxx_hero_xxx.png") !important;
background-repeat:no-repeat !important;
background-position:center center !important;
}
</style>
Thank’s a lot!
Hello,
You do not need to edit the code to change the row background. Please use the tagdiv composer and the rows settings:
https://www.screencast.com/t/qRINNVLZ8l5
Thank you!
If this is the case and you cannot access the row settings, then you will have to remove the row entirely from the page edit screen: https://www.screencast.com/t/quRclPeJV
Thanks.
Hello,
You will not be able to find the exact strings in the db as it is encoded base 64. Here is how you can find it.
Find your page under WP-Posts and edit it: https://www.screencast.com/t/KxK0lNgxtX
The grab the css for the hero block and decode it using https://www.base64decode.org/
https://www.screencast.com/t/MAVgX1cHa
Thank you!