-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 8, 2016 at 2:48 am #910966Hi
Do u mean you want to add the image behind the header ? or something else ?
Kindly provide a screenshot so i can give you some guidance for the same .April 8, 2016 at 3:44 am #911001Thanks for responding so fast
Please browse to the URL above. Basically all green parts in the header I would like to be able to have an image. So menu sits on top of an image
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 8, 2016 at 3:51 am #911004To apply background image on site Add below code in custom.css file
Path : templates/Your JA Templates/css/custom.css file create custom.css file if its not presentChnage image path with your image path .
.t3-mainnav { background: url("/images/joomlart.jpg");}
1 user says Thank You to Pankaj Sharma for this useful post
April 8, 2016 at 6:11 am #911073thank you will try this weekend
April 8, 2016 at 8:24 am #911150I have one more question 🙂
I like to make my menu (the green bit) double as thick.
I tried .t3-mainnav { margin-bottom: 550px;} but that didn’t work. Any suggestion ?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 8, 2016 at 8:45 am #911170Hi
Which issue you are talking ? Kindly provide issue details so i can help you .April 8, 2016 at 8:51 am #911174Your first suggestion with the image in the background worked great. Now I would like to have the green navigation bit thicker so that it is as high as the icon on the left. So bottom of the green navigation line should align with the bottom of the image in the left corner.
I hope this makes sense now >
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 8, 2016 at 9:03 am #911183Hi
I suggest you to use Inspect element tool from Google chrome or Firebug from Firefox browser to check the style class and then override them via custom.css file .
Example : http://prntscr.com/aplx65April 8, 2016 at 9:07 am #911184thank you for the advise. That will fix it.
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by coupeborgward 8 years, 7 months ago.
The topic ‘Background Image for Menu (Purity III)’ is closed to new replies.