-
AuthorPosts
-
October 27, 2017 at 7:00 am #1070440
Dears,
As the topic, I want to do some as below:
-
would it be possible to make the menu items align in the middle and change the background color and text color?
- about the slideshow, I know how to not show the title for pictures. But it shows the color block when I set no-title. Is it possible to make the color block no show (or make color as transparent)?
Best,
Luke
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 30, 2017 at 1:38 am #1070756Hi
To change the BG color of header and text color of menu item add below code in custom.css file.t3-header .container > .row { background-color: #222222; } .navbar-default .navbar-nav > li > a { color: #ffffff;}
For the slideshow add below code in custom.css file
.acm-slideshow .owl-carousel .item .slider-content-inner { background-color: transparent;}
For menu in middle, i need your site URL to check this.
Regards
October 30, 2017 at 3:27 am #1070829This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 30, 2017 at 3:30 am #1070830Hi
if the custom.css file is not present, just create it in the css folder and add the suggested code
Change the values like font, colours as per needs.Regards
October 30, 2017 at 7:50 am #1070873This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 30, 2017 at 7:59 am #1070875Hi
For BG color use this code in custom.css file and choose the color code as per needs.navbar-default { background-color: inherit;}
And use this code to make the menu transparent on scroll
.has-slideshow .t3-header.affix { opacity: 0.8; }
For the slideshow module use this code
.acm-slideshow .owl-carousel .item .slider-content-inner { background-color: transparent!important; }
Regards
October 30, 2017 at 8:18 am #1070889Hi Pankaj Sharma,
Thanks for your help.
How about make the menu items align in the middle? it that be possible to adjust?
Thanks,
October 31, 2017 at 6:08 am #1071223This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 31, 2017 at 7:24 am #1071243Hi
Use this code as well.t3-header.affix, .off-canvas-open .t3-header { opacity: 0.8; }
Regards
October 31, 2017 at 7:34 am #1071249This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 31, 2017 at 7:58 am #1071255Hi
replace this code.t3-header.affix, .off-canvas-open .t3-header { position: fixed; padding-top: 0; z-index: 1030; }
with
.t3-header.affix, .off-canvas-open .t3-header { position: fixed!important; padding-top: 0; z-index: 1030; }
From custom.cs file
Regards
October 31, 2017 at 8:56 am #1071270This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
October 31, 2017 at 9:22 am #1071278Hi
Add below code in custom.css file
and change the color code as per needs@media (min-width: 1680px) { .t3-header .container-hd { width: 1656px; background-color: #222222; -webkit-transition: width 200ms; -o-transition: width 200ms; transition: width 200ms; }}
Regards
November 1, 2017 at 6:54 am #1071526This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 1, 2017 at 7:39 am #1071539Hi
Use this code to change the colour of the slideshow content title.acm-slideshow .owl-carousel .item .slider-content .item-title { color: chocolate!important;}
Regards
-
-
AuthorPosts
This topic contains 17 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum