1. Glamour
  2. Monday, 02 November 2015
Hi support team,

I need to modify the drawing on the sides of the text (see picture) from Glamour template homepage, but I never found where it is possible to modify or replace the artwork :( :( .

Can you please advise me?

Best Regards,

Pavel
Attachments (1)
Accepted Answer
Hi,

Thanks for your query. Please check below css path url and css code. If you need more help, please let us know.

CSS File Location
templates/shaper_glamour/css/template.css
or
templates/shaper_glamour/less/theme.css

images path
glamour/templates/shaper_glamour/images/title-bg1.png
glamour/templates/shaper_glamour/images/title-bg2.png


#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-heading:before {
position: absolute;
content: "";
height: 22px;
width: 43px;
left: -65px;
top: 0;
background: url(../images/title-bg1.png);
}
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-heading:after {
position: absolute;
content: "";
height: 22px;
width: 43px;
right: -65px;
top: 0;
background: url(../images/title-bg2.png);
}


For text change, please check attachment.

-Thanks
Attachments (1)
  1. more than a month ago
  2. Glamour
  3. # Permalink
Responses (3)
Hello Toufiq,

It's great, I thank you a lot for your help ;)

Pavel
  1. more than a month ago
  2. Glamour
  3. # 1
Pavel_Vitko wrote:

Hello Toufiq,

It's great, I thank you a lot for your help ;)

Pavel



Hello, Pavel you are most welcome. Thanks
  1. more than a month ago
  2. Glamour
  3. # 2


There are no replies made for this post yet.
Be one of the first to reply to this post!


This forum is archived

This forum has been archived. Please use JoomShaper official support system.