Forum Replies Created
-
AuthorPosts
-
Sakin
Keymasterok let me know when it’s live or you can show me your test site now. Once, I get your site URL, I will be able to give you custom css.
Sakin
KeymasterI need your site url now to check in as the code works for me here. So, I need to check your site settings.
Sakin
KeymasterCan you send me your site URL so that I can check in. Are you talking about Modern menu or classic menu. For classic menu sub-menu background color it’s as below:
/* For Classic Menu Sub-menu background Color */ .navigation-classic .main-navigation ul ul { background: rgba(0,0,0, 0.1); } /* For Classic Menu Sub-menu text Color */ .navigation-classic .main-navigation ul ul a, .navigation-classic.absolute-header .main-navigation ul ul a { color: #fff; }
So, send me your site URL so that I can check in which css is working and not.
Sakin
Keymaster@gmclark77: You can just login to your WordPress dashboard and then go to “Appearance => Themes => Add New => Upload Theme”, then click on “Browse…” and upload the zip file that you have downloaded. Finally click on “Active”. I will also send you email so that if you have any issue while installation then I can help you out.
You can check out screencast about upgrading to pro theme at https://www.youtube.com/watch?v=gVvrbKJNfkE and theme instructions at https://catchthemes.com/theme-instructions/adonis/
Sakin
KeymasterThat css, should change the modern menu background and text color for main menu items and it’s sub-menu. But if you are trying to change the dropdown toggle button color, then you can add the following css:
.dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:focus { color: #fff; }
And if you want to give different color to sub-menu then you can add the following css:
.navigation-modern .main-navigation .sub-menu a { color: #fff; }
Sakin
KeymasterHi Victor,
Thanks and if you like our theme and the support, then please post in your valuable review at https://wordpress.org/support/theme/adonis/reviews/#new-post. I would really appreciate it.
Thanks a lot.
Sakin
KeymasterHi Victor,
If you want to make it transparent then it’s the following css. Your color needs to be in rgba. IN the following css, color #fff is the color code fro menu text.
.navigation-modern .main-navigation a { background: rgba(0,0,0, 0.1); color: #fff; }
Sakin
Keymaster@coachnancyk: Yes, the css to change the font size of Site title is as below Just change the font size in the following css as per your need and then add it in “Appearance => Customize => Additional CSS”
.site-title { font-size: 80px; }
It’s not recommended to move the title to the bottom on header image. But if you really want to do that, then add the following css in “Appearance => Customize => Additional CSS” box:
#masthead { min-height: 330px; } #site-branding { position: absolute; bottom: 0; }
Sakin
Keymaster@gmclark77: Hello Michael,
Since, you are complete beginner. I recommend you to upgrade to Pro version, where you have simple option to edit footer via Footer Editor box at “Appearance => Customize => Theme Options => Footer Editor”. Anyone can change from here, it’s very simple.
Sakin
Keymaster@vavw: You can change the color code in the following css as per your need and then add it in “Appearance => Customize => Additional CSS” box:
.main-navigation a { background-color: #fff; }
Sakin
Keymaster@inksla: Please update to version 1.4.1 and then you will be able to disable only site title. But for the Tagline, you can add the following css in “Appearance => Customize => Additional CSS” box
.site-description { display: none; }
Note: for update, please check out screencast at https://www.youtube.com/watch?v=W95SuabDZi8 and FAQ at https://catchthemes.com/frequently-asked-questions/#question-update-1
Sakin
Keymaster@calebizo: Sorry, we only provide theme support for our theme. So, we don’t know the coding of the other theme authors. So, please post in their own theme support forum. If you are using any of our themes, then send me your site URL and then I can check in and send you the solutions.
Sakin
Keymaster@muazii: Welcome. If you like My Music Band theme and our support, then please support us by providing your valuable review and rating at https://wordpress.org/support/theme/my-music-band/reviews/#new-post
Sakin
Keymaster@artpriskaleutenegger-ch: We have just updated the theme to version 1.0.2 and added additional google font (Clicker Script, Karla, Oregano). So, just update the theme.
Note: if you like Snowflakes theme and our support, then please provide us your valuable review and rating at https://wordpress.org/support/theme/snowflakes/reviews/#new-post
Thanks
Sakin
Keymaster@passiveincomeguys: Have you followed the following steps:
1. You need to create page and add contact form in your page. You can add contact form using plugins like Contact form 7
2. Then go to “Appearance => Customize => Theme Options => Contact Info”, select “Enable on” option and fill in other details and finally, you have to select your contact page where you have added contact form in “Page” option.
3. Click on “Publish”If you have done all the above steps and still the form in not being displayed then you need to share us your site URL and we will inspect it.
Sakin
Keymaster@artpriskaleutenegger-ch: Yes, send us the Google Fonts that you want to use which are not there in Snowflake Pro theme and then we will add it in a day and send you the update. So, it’s not a problem.
Sakin
Keymaster@knudkp: Yes, I told you earlier that the theme is designed to showcase your slider. So, it’s large. But if you want small height image, then you can crop the image size of your slider and upload the smaller height images in your featured images. This way, it will automatically make the height of the image slider smaller.
August 4, 2018 at 10:17 pm in reply to: Background colour, footer edit and menu language (in mobile version) #150999Sakin
KeymasterOh again that plugin is overwriting the css. So, I am adding important. Ok release the previous css with the following css:
.siteorigin-panels-stretch { background-color: #fff !important; }
Sakin
Keymaster@knudkp: Sorry, I just check in your site and your featured slider is not that big. It’s just perfect at 1200px width and 514px height and the Catch Base Pro theme wrapper in 1200px width. So, it’s perfect.
August 4, 2018 at 12:07 pm in reply to: Background colour, footer edit and menu language (in mobile version) #150985Sakin
Keymaster@n-bely: That background color issue was due to your site origin plugin padding. So, you can add the following css in “Appearance => Customize => Additional CSS” box:
.siteorigin-panels-stretch { background-color: #fff; }
To hide mobile menu, just add the following css in “Appearance => Customize => Additional CSS” box:
#primary-menu-wrapper { display: none; }
-
AuthorPosts