Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #870125

    seebugs
    Participant

    My company has an existing website (www.seebugs.com) that was created by a web design firm. I recently purchased X Theme because I am not completely satisfied with the previous design.

    I would like two text boxes to include two buttons and two text boxes to include one button. These would be similar to the Residential Solutions and Commercial Solutions text boxes on my existing website. All four text boxes include a text area and an image. How can I add four bordered text boxes to the home page?

    Regards,

    Mike

    #870181

    seebugs
    Participant

    I like the Tabbed Content shortcode. Is there a way to include an image above the tabs tops shortcode?

    Thank you,

    Mike

    #870608

    Lely
    Moderator

    Hi Mike,

    To make rounded corners, you may add class rounded-box to column class field.
    Then add the following CSS on Appearance > Customize > Custom > CSS:

    .rounded-box{
        border: 2px solid #0A57A5;
        border-radius: 4px;
    }

    Feel free to adjust the values.

    Can you clarify exactly where you want to add an image? Images can be added inside tabbed content.

    Hope this helps.