1) How do I set the hero captions aligned to the right on the fullscreen slider page? I tried to set "right: 0px;", the captions go to the left, but they are not clickable anymore. (seems like the link area remains on the left)
2) How do I change the color of captions and menu itens, social, arrows and subtitles? When I set the color: #000; at .title it doesn't change it's color, for example.
3) I wanted a different position of the logo for the front page and other position for the inner pages, is that possible? When I change the logo position at additional css, it changes for everything.
Also, when I make the font smaller, the distance between a title and another, the height between them, becomes too big. Is there a way to make it smaller? Thank you one more time!
And is there a way to not use any menu at the top?
1) How do I set the hero captions aligned to the right on the fullscreen slider page? I tried to set "right: 0px;", the captions go to the left, but they are not clickable anymore. (seems like the link area remains on the left)
2) How do I change the color of captions and menu itens, social, arrows and subtitles? When I set the color: #000; at .title it doesn't change it's color, for example.
3) I wanted a different position of the logo for the front page and other position for the inner pages, is that possible? When I change the logo position at additional css, it changes for everything.
Hi,
1. try
.title {
margin-left: 65%;
}
and you may need to set different margin value on mobile
2. look for css selectors with browser's inspector and set the color accordingly
https://d.pr/free/i/TiY7PX
for example
.light-content .title {
color: #fff;
}
change the hex code of the color
3. try disabling ajax and the add .page-template-showcase-page as prefix to your logo CSS selector, for example
.page-template-showcase-page #logo {
your css atributes here
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Wonderful! Thank you!
Also, when I make the font smaller, the distance between a title and another, the height between them, becomes too big. Is there a way to make it smaller? Thank you one more time!
And is there a way to not use any menu at the top?
Hi,
1. you need to send us your site url and specify which titles exactly. you may need to decrease the line height of the title
2. you can try adding in customizer -> additional CSS
#burger-wrapper{
display: none;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy