xxx_hero_xxx.png"

Posted in: Newspaper
Post count: 73

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!

  • This topic was modified 8 years by 4l4.
  • This topic was modified 8 years by 4l4.
Post count: 22421

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!

Post count: 73

Thank’s for reply. I cannot do that because image is not loaded (link is broken and point to old path). I changed all old paths to oldwebsite.com to newwebsite.com, via mysql, but that row I cannot changed and I cannot find everywhere…

Post count: 22421

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.

Post count: 73

Dear, I want only change link to image… I asked: where do you write that setting? I cannot find in mysql database…

Post count: 22421

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!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.