Jump to content

Forum Bar into Image?


Vlad

Recommended Posts

Hello everyone,

Sorry for my barrage of questions.. i'm just trying to learn. I am trying to create a Naruto community on IPB, and thought it may be a nice look to try to make the forum title bars into scrolls (see image below). Would anyone be able to help me achieve this? If this is not possible, i'd have to resort to just a texture overlay.. and again, no idea how to do that. I would great appreciate some help! = ) 

 

Vlad

 

bdef6d1f6503135b39e3874db803becc.png
https://gyazo.com/bdef6d1f6503135b39e3874db803becc

Link to comment
Share on other sites

i dont think you can replace those but this would over right it with image

.ipsApp_front h2.ipsType_sectionTitle, .ipsApp_front h3.ipsType_sectionTitle {background-image: url("Image/gamingsons.png");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
 }

just play with it if you only want the single one let me know

here is for each forum just change the xxx

[data-categoryid="xxx"] .cForumTitle{background-image: url("Image/gamingsons.png");
 background-position: center;
background-size: cover;
background-repeat: no-repeat;
 } 
}

 

when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...