Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter kyledukes12

    (@kyledukes12)

    Also, how can i make the image so that the splash page closes when i click it? Thanks for a great plugin!

    Anybody to help on this issue? need to reposition the button or better, make the image clickable to proceed to homepage. Thank you very much in advance.

    Add the following line in the /wp-content/plugins/wp-splash-page/templates/default/style.css

    margin-top: 300px;

    just at the bottom of :

    #wpsp-continue {

    display: inline-block;

    cursor: pointer;

    margin: 10px 0;

    text-decoration: none;

    border: 0px none;; padding-left:20px; padding-right:20px; padding-top:10px; padding-bottom:10px

    You may also give shadow effect by adding the following lines:

    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px black;
    -webkit-box-shadow: 5px 5px 5px black;
    box-shadow: 5px 5px 5px black;

    @ashimdutta Thanks for posting. Your CSS makes sense to me but when I add it to the file in CPANEL and click save, the ‘live’ version of the splash page does not reflect the changes. I cleared my cache and tried multiple browsers to no avail. Any idea what I’m doing wrong? Should I be updating the CSS somewhere within the WP-Admin? Thanks in advance for your help!

    @ashimudtta As it turns out the additional code is ignored if your using the full screen video template! I was able to adjust it by selecting the default template. Thanks anyways!

    OK…..
    I am wordpress green (very) but I know a little code, enough to search and replace. My challenge in this case is, finding the style.css code line so that I can make the needed changes.

    Any help would be appreciated.

    Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Move position of continue button’ is closed to new replies.