Hi Harry,
According to this Link, I found a solution for the color of the font awesome icons which are being add at the page of the menus in the dashboard.
Like this :
<i class="fa fa-car" style="font-size:60px;color:red;"></i>
What’s the the code for the words? Can I add the code in the menu or I should use it as a css on the style.css?
Rahim Vaziri
CEO & Founder at Look.ir
Hi Harry,
I am using this css code to change the main items color on my Max Mega Menu :
#mega-menu-item-6160 a{
color: #DC143C !important;
}
The problem with this code is, how ever this changes the color of the main item in the menu, but it also changes the color of sub-items which appears by hover!
How can I just change the color of the main words?
Rahim Vaziri
CEO & Founder at Look.ir
Hi,
Please use the file you sent me add below code to Claue > Theme Option > General Layout > Custom CSS
.term-description {
display: block;
margin-top: 30px;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
I see you add custom css code
.jas-menu > li > ul > li {
min-width: 400px;
}
Please reduce the number
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi, I got it, thanks.
But still have a problem with image size. Can you give me a CSS fix to set all the picture at the same size please?
Hi Flavex,
I still can’t access your site dashboard.
Please try to add below code to Claue > Theme Option > General Layout > Custom CSS
.header-4 .header__transparent + .header__bot {
margin-top: 0;
}
.home .header-4 .header__transparent + .header__bot {
margin-top: 62px;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
I would like to push the logo within the website, more to the left on mobile view, it does not seem to have an option within the theme setting. Is there an option for this in CSS?
Thanks for answering all my questions 🙂
Attachments:
You must be
logged in to view attached files.
Hi,
Please add below code to JanStudio > Theme Option > General Layout > Custom CSS
#jas-mobile-menu ul li a {
color: #343434;
font-size: 15px;
font-family: "Open Sans";
}
#jas-mobile-menu ul li:hover a {
color: #002e5b !important;
}
and change color, font-family and font-size as you want.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
This reply has been marked as private.
Hi Flavex,
I can’t access your site admin.
Please go to Claue > Theme Option > Header > Header Transparent > Off or please go to Claue > Theme Option > General Layout > Custom CSS find the code and remove it
.header-4 .header__transparent + .header__bot {
margin-top: 62px;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio