-
AuthorPosts
-
December 14, 2016 at 12:33 pm #994634
Hi team! I need to make some changes on my site. 1) Separate the logo from the menu. (view image) 2) change the background color of the submenu and submenu typography 3) remove the arrow indicating that there is a submenu in the menu button 4) change the color of the button in ACM slideshow (see image) and do it with straight edges instead of rounded. Can you help me?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 15, 2016 at 2:19 am #994721Hi
To suggest the modifications I need to check your site, Kindly post me URL of site Here.
The submitted supported domain is not using JA Uber template.December 15, 2016 at 12:12 pm #994851The domain is badly written, it is http: // strapko.com.ar, the other data (username and password) are correct.
Kind regardsPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 16, 2016 at 2:05 am #994945Hi
The shared URL is not using JA Uber : http://strapko.com.ar/
http://prntscr.com/dk04bm
And based on JA Charity template , could u provide me correct URL of your site .December 16, 2016 at 1:59 pm #995134Sorry for my mistake again The URL is: grupolumio.com.ar with the same accesses that I sent previously.
Kind regardsPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 19, 2016 at 2:09 am #995432Thanks for correct URL
for the logo
Go to /acm/header/tmpl/style-5.php file
Find
Logo code<!-- LOGO --> <div class="col-xs-6 col-sm-2 logo"> <?php if($logoImage): ?> <div class="logo-image"> <a href="<?php echo $logourl ?>" title="<?php echo strip_tags($sitename) ?>"> <img class="logo-img" src="<?php echo $logoImage; ?>" alt="<?php echo strip_tags($sitename) ?>" /> <span><?php echo $sitename ?></span> </a> <small class="site-slogan"><?php echo $slogan ?></small> </div> <?php else: ?> <div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>"> <a href="<?php echo $logourl ?>" title="<?php echo strip_tags($sitename) ?>"> <?php if($logotype == 'image'): ?> <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" /> <?php endif ?> <?php if($logoimgsm) : ?> <img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" /> <?php endif ?> <span><?php echo $sitename ?></span> </a> <small class="site-slogan"><?php echo $slogan ?></small> </div> <?php endif; ?> </div> <!-- //LOGO -->
Cut it and place it above the line 62
Here : http://prntscr.com/dksflnFor the button color
add below code in custom.css file and change the color code with your color code.acm-hero .hero-btn-actions .btn { background: #000; }
December 19, 2016 at 11:59 am #995771Dear Pankaj,
1) I already changed the color of the ACM button, however, as I do to remove the rounded edges on the ACM button (do I need to put straight edges?
2) I did not understand how I can separate the logo a few pixels from the menu, can you guide me?
3) How do I change the font color and sub menu background?
4) How do I remove the Arrow indicating that there is a drop-down menu (Products)?
Kind regardsPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 20, 2016 at 1:17 am #995946Hi
Use the code below for acm button border color.acm-hero .hero-btn-actions .btn { border-color: aliceblue; }
change the color code with your color code .
For the logo -> Kindly follow my last post reply and make chnages in the header-style-5.php file .
3) How do I change the font color and sub menu background?
Add below code in custom.css file to change submenu items color and background
.uber-header.dark-color .navbar-default .navbar-nav .dropdown-menu .mega-nav > li > a, .uber-header.none-color.affix .navbar-default .navbar-nav .dropdown-menu .mega-nav > li > a { color: #96a1a3!important; } .uber-header.dark-color .navbar-default .navbar-nav .dropdown-menu, .uber-header.none-color.affix .navbar-default .navbar-nav .dropdown-menu { background-color: #000000!important; border-color: #404040!important; }
4) How do I remove the Arrow indicating that there is a drop-down menu (Products)?
add this code in custom.css file
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret { display: none!important; }
Reagrds
December 22, 2016 at 5:44 pm #996733Hi pankaj, I need to change the rounded edges by straight edges
As in the Image, if you have explained it to me I have not come to understand it.
Is Is it possible that you continue to help me with this?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 23, 2016 at 2:20 am #996812Hi
to remove the border-radius Add below code in custom.css file.acm-hero .hero-btn-actions .btn { border-radius: 0px; }
December 23, 2016 at 11:55 am #996940Dear Pankaj,
I need to enlarge the logo by 20% and I need to distance it from the menu (the logo is very stuck, and it does not look good). You have tried to guide me but I can not get results. Could you please help me on this again?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 26, 2016 at 1:45 am #997239Hi
i checked your site and found you have not applied the suggested changes on your site to remove the logo from main nav are and put it over the mega menu .
Kindly apply the changes first and check site .December 26, 2016 at 10:16 am #997360Dear Pankaj, I have already put the logo in ACM header / style 5, I have also supplanted the previous code of "" in /acm/header/tmpl/style-5.php (at the moment this has remained in style-5.php ) But I have not managed to get the menu off a bit of the logo, and I can not make it look 20% bigger.
Send image of how it should be.
I hope you can help me.
Best regards
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 26, 2016 at 10:55 am #997364Hi
Just use float right for main nav to create some space .
Add this code in custom.css file.t3-mainnav { float: right!important; }
It will look like this : http://prntscr.com/dnzpbz
December 27, 2016 at 12:50 pm #997640Thanks for helping me Pankaj, I only have one issue to solve, how can you increase the size of the logo?
Kind regards
sergioAuthorPostsThis topic contains 17 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum