-
AuthorPosts
-
January 27, 2016 at 2:56 am #766417
Hi there,
Thanks for your reply.
The three things I’m asking isn’t something I’ve seen somewhere else it’s just minor edits to what I’ve currently set up.
On my website http://scandinavianearthchild.com/ if you go to ‘lifecoaching’ I’m using cornerstone to set up a side bar menu.
1) In the sidebar I’ve added a cornerstone slider. Here I have different images running and I would like for there to be a text popping up in the bottom of the images when you hover over an image. Therefore I’ve set each image up with popovers and text. However, when you hover over the images, the text I’ve put in is cropped by the image, so you can only see half the text. How can I change that?
2) Most of that sidebar I would also like to be set up on my page ‘about’ so since it took me quite some time to find, add and put in links in the cornerstone slider, I was wondering if it’s possible for me to copy some of the content such as the cornerstone slider from the sidebar on my ‘lifecoaching’ page to my ‘about’ page instead of having to build it all again?
3) I’ve started building the sidebar again on my ‘about’ page, as I don’t know if I can copy any content over. In here I’ve added buttons like the ones I’ve put into the sidebar on my ‘lifecoaching’ page. However, the text in the buttons is green in my ‘about’ page despite the fact that I already added a code to the CSS when creating the ‘lifecoaching’ sidebar to make the text black instead of green. On the ‘lifecoaching’ page the code worked so that the text in the buttons is black. How to I ensure that the text in the buttons on the ‘about’ page is also black?
I hope this explains what I’m trying to fix on my site.
Thanks so much for your replies.
Mai
January 27, 2016 at 5:37 am #766634Hi there,
#1 Please find this code :
.x-slide .x-img { margin-bottom: 50px; }
And update it to :
.x-slide .x-img { margin-bottom: 71px; }
#2 You can export page’s template and import it to another page, please check this link https://community.theme.co/kb/cornerstone-interface-layout/
#3 Please find this code :
.page-id-390 .x-btn { color: #222; border-color: #222; }
And update it to :
.page-id-390 .x-btn,.page-id-178 .x-btn { color: #222; border-color: #222; }
Hope that helps.
January 28, 2016 at 6:54 am #768698Thanks for all your help!
All sorted now 🙂
January 28, 2016 at 11:28 am #769108You are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Cheers!
February 29, 2016 at 11:12 am #817015Hello again,
Thanks so much for being the best lifeline!
I’ve just added an email form in the sidebar I’ve build so people can subscribe to my blog. However between the images in the rev slider and the headline for the email form there’s quite a big gap. How can I eliminate some of that gap?
It doesn’t matter if the pop over text will be covering the email form if you hover over the image in the rev slider.
Thanks so much.
Mai
February 29, 2016 at 6:01 pm #817484Hi Mai,
You can add this under Custom > CSS in the Customizer.
.x-flexslider-shortcode-container, .x-flexslider-shortcode-container .x-slide .x-img { margin-bottom: 0; }
Hope it helps, Cheers!
March 1, 2016 at 6:31 am #818313Hi,
Thanks very much.
It doesn’t work perfectly as this means that the popover text that’s meant to appear below the image when you hover over it in the rev slider then doesn’t come up. It doesn’t matter that the popover will appear across the text ‘stay updated -subscribe’ underneath the rev slider. Is it possible for you to give me a code for that?
Thanks so much,
Mai
March 1, 2016 at 7:06 am #818364Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
-
AuthorPosts