Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #954387
Button issues
Closed

Comments

  •  2
    michaelehowe started the conversation

    On the category pages the "continue reading" button is blank until you hover over... which is quite brash as its a "filled button". << Just noticed this button only show's this way if you insert a "more" tag within the blog text >>

    The "submit" button in the comments section at the bottom of each blog post does not follow the "main colour" as it is still blue.

  •  1,845
    Elated replied

    Hello,

    1) This is part of the design? If you want to change this, please tell us which style you want to achieve here and we will send you appropriate css code. 

    2)  Please paste this css code in Elated Options > General > Custom CSS field:

    input.wpcf7-form-control.wpcf7-submit {
           background-color: #25abd1 !important;
    }
    input.wpcf7-form-control.wpcf7-submit:hover {
         background-color: #383838 !important;
    }

    Elated


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  2
    michaelehowe replied

    1) It's part of the design to just have a solid button with no text?! - I was wanting to have a small outline button with the text showing. << Just noticed this button only show's this way if you insert a "more" tag within the blog text >>

    2) Thanks. - But unfortunately when I insert the suggested code into that section it makes no difference! I even changed the hex codes to my chosen colour but that hasn't worked either.

    << Just added this which seems to have worked well >>

    #submit_comment { background-color: #e95434 !important; }
    #submit_comment:hover { background-color: #676767 !important; }

    Please let me know if you can see any issues with using this? - It would be nice though if the skin just used the "main colour" for this!

  •  1,845
    Elated replied

    Hello,

    1) Add this css code in Elated Options > General > Custom CSS field. This will add outline.

    .eltdf-btn.eltdf-btn-medium.eltdf-btn-simple.eltdf-blog-list-button {
        border-radius:1000%;
        border:2px solid #e95434;
        padding:1em !important;
        display:inline-block;
    } .eltdf-btn.eltdf-btn-medium.eltdf-btn-simple.eltdf-blog-list-button:hover {
        border:2px solid #e95434 !important;    
    }

    2) Please send us WP admin access, so that we can check this?

    Elated


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •  2
    michaelehowe replied

    Just to let you know, that CSS didn't do anything. For the moment I've solved the problem by not using the "More" line break functionality.

  •  1,845
    Elated replied

    Hello,

    We're glad that you found solution. This css add some style to the button on our side.You probably have not pasted it correctly. 

    Let us know if you need anything else! 

    Thanks 


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.