[Support request] button position in header

Home Forums Support [Support request] button position in header

Home Forums Support button position in header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #347662
    Edu

    Hi! http://porkoespink.com/imat/
    i cant put the button below the text “Schoolguru has signed an agreement with
    General Lansana Conté University Sonfonia-Conakry,
    Guinea (Africa) as their academic services partner.”
    also i don see the text color in button in white. Here is the code im using on the header and css.
    Can you helo me please?

    CODE ON HEADER.
    <h1 class=”title_slider”>Partnering with <b>UGLC-SC</b><br>
    to augment online learning<br> in Africa!</h1>
    <h2 class=”text_slider”>Schoolguru has signed an agreement with <br>General Lansana Conté University Sonfonia-Conakry,<br> Guinea (Africa) as their academic services partner.</h2>
    READ MORE

    CSS

    .red_button{
    Font-family:Open Sans, sans serif;
    background-color:#d30000;
    padding:10px 20px 10px 20px;
    font-weight:bold;
    color:#ffffff;
    border-radius: 5px;
    }

    #347669
    Leo
    Staff
    Customer Support

    Hi there,

    Try adding the button as a <div> like this:

    <div class="red_button">
        Read More
    </div>

    The button currently has white text.

    #347731
    Edu

    Thanks! but..now look in the same position and loooonnngg hah 🙂
    take alook please http://porkoespink.com/imat/

    #347943
    Tom
    Lead Developer
    Lead Developer

    You would need to do this:

    <div class="button-container">
        <a href="#" class="red_button">Read more</a>
    </div>
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.