-
AuthorPosts
-
June 22, 2015 at 4:11 pm #309820
Hello There,
You can change box shadow by updating above CSS to this:
.x-navbar .desktop .x-nav li .x-btn, .x-navbar .desktop .x-nav li:hover .x-btn, .x-navbar .desktop .x-nav li .x-btn:hover { box-shadow: 0 0.25em 0 0 #5f6768, 0 4px 9px rgba(0, 0, 0, 0.75); /*You can edit the values to achieve your desired style*/ border: none; }
You add the class mrs or mrl on the register button.
Please check this link for other helpful classes.
x-btn-red is a class to define button color. You can delete it if you don’t need it.Hope this helps.
June 22, 2015 at 7:07 pm #309940Oh and also:
Can I center button shortcodes?
June 22, 2015 at 7:38 pm #309958Your information has been very helpful. I had one more question about the padding aspect of CSS. If I wanted something like a 5px green border/highlight around the slider shortcode (or an image, video, etc), how should I do that? Is there a way to assign the padding those attributes?
June 23, 2015 at 12:54 am #310085Hi there,
To center a button add
margin:0 auto;display:block;
in style field of button shortcode/element.
You can use inline CSS, just addpadding:10px;border:3px solid green;
in style field of element or section.Hope that helps.
July 30, 2015 at 6:37 pm #345822This reply has been marked as private.July 30, 2015 at 11:31 pm #345994Hello There,
Thanks for posting in.
Please add the following custom CSS via Appearance > Customize > Custom > CSS:.x-navbar .desktop .x-nav > li > span a { margin-left: 7%; }
Hope this helps.
-
AuthorPosts