Remove Html Element - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Remove Html Element

SP

Steve Poole

Template 1 month ago

Hi,

could someone please advise how to remove the html element at the bottom right of the Portfolio page header image ?

https://www.yellowspadedesign.com/index.php/portfolio

(Nectar Template)

With kind regards,

Steve.

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #204639

Oh. I thought it was part of your image ;]

.sp-page-title::after { background-image: none; visibility: hidden;}

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #204633

Hi Steve,

If you talk about sort of vine glass / part of spade image... use that to hide it

 .sp-page-title > .container::before,  .sp-page-title > .container::after 
 {display: none; visibility: hidden; }
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #204634

If you thought about different element, please share link to screenshot image. Add red arrows to show me details.

BTW

To make that brown box smaller use padding with smaller values for that class name: .sp-page-title > .container { }

0
SP
Steve Poole
Accepted Answer
1 month ago #204636

Paul,

many thanks for your message.

I've highlighted the element here..

https://www.yellowspadedesign.com/images/2025/09/09/Screenshot%202025-09-23%20at%2010-09-31%20Portfolio%20copy.png

with kind regards,

Steve.

0
SP
Steve Poole
Accepted Answer
1 month ago #204641

Hi Paul and many thanks for your message. Just tried that in custom css but unfortunately did not work? With kind regards, Steve.

0
SP
Steve Poole
Accepted Answer
1 month ago #204648

Hi Paul,

I've found a workaround, which will work ok for now.

Many thanks again for you your help.

Wity kindest regards,

Steve.

0