How to remove a Slider revolution section from cornerstone. I thought I done this under the settings of a page but I can only add on above or below the mashead - can you remind me how to remove an unwanted slider from the page?
Hi @clionama,
Thanks for writing in.
After clicking the settings tab in your cornerstone, choose deactivate to remove slider in your page.
Let us know how it goes.
Thanks.
Hi Nico,
That worked great! Thank you.
I have two other enquiries and have highlighted them In the attachments
- Enlarge: How Can I enlarge the Highlighted categories ‘text’ the writing is too small to read, can this be enlarged.
- Green: I am having difficulties removing the green from the menu, I went to customize > ethos > however I couldn’t remove the green.
I appreciate you help > trying to become an expert one day
Hello There,
Thanks for updating in!
1.) To change the font size of the post meta, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)
.p-meta {
font-size: 16px;
}
2.) The line which has a green color is the same as the site link hover color. If you want to remove the line color, please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-navbar .desktop .x-nav > li > a:hover,
.x-navbar .desktop .x-nav > .x-active > a,
.x-navbar .desktop .x-nav > .current-menu-item > a {
box-shadow: none;
}
We would loved to know if this has work for you. Thank you.
Thank you,
Do I paste the code to change the font size in the highlighted part of the attached image?
Hi there,
Please add this codes previously suggested at the bottom part.
Let us know how it goes.
Sorry, That didn’t work, the category font is still the same size and is no bigger. Could You have a look at it for me?
Hello There,
It seems you have forgotten to include the url of your site. Please provide it so that we can investigate why the code is not working for you.
Thank you in advance.
Yes of course, sorry…
Hello There,
Thanks for providing the url of your site. Every time we try to visit it, it will be redirected to another site which is not yet registered.
Please contact your host or domain registrant about this so it will get fix and we can visit and login to your site.
Thanks.
Hello,
Could you please check now. I have got it directed to the right area, but menu items are still small…
Could you also tell me how to fix my margins? See picture attached, the margins go under the mashhead and you cant read them.
Thanks
Hi there,
How big your menu should be? With the above CSS like this,
.x-navbar .desktop .x-nav > li > a:hover,
.x-navbar .desktop .x-nav > .x-active > a,
.x-navbar .desktop .x-nav > .current-menu-item > a {
box-shadow: none;
}
You can change that to this with your preferred font size
.x-navbar .desktop .x-nav > li > a:hover,
.x-navbar .desktop .x-nav > .x-active > a,
.x-navbar .desktop .x-nav > .current-menu-item > a {
box-shadow: none;
font-size: 25px;
}
About the margin, please add this CSS as well,
.masthead {
min-height: 142px;
}
Hope this helps.
Thank you and yes the margin is fixed nicely.
I was asking if I could make the drop down category font size in the portfolio bigger… I tried the code you sent but it only made the main nav bar bigger, please see photo attached… I have highlisted the text I wish to make bigger.
Many Thanks
Hi there,
Ah, the portfolio category filter, please add this one
.option-set .x-index-filters-menu>li>a, .option-set .x-index-filters-menu>li:after, .option-set .x-portfolio-filters-menu>li>a, .option-set .x-portfolio-filters-menu>li:after {
font-size: 25px;
}
Thanks.
It’s not there anymore, it’s at the wordpress page backend interface below:
Slider Setting : Above Masthead
Slider Setting : Below Masthead
Hi @forestis,
Yes, you can assigned and unassigned the revolution slider in the WordPress page backend.
Thank you.