Viewing 1 replies (of 1 total)
  • Geoffrey Shilling

    (@geoffreyshilling)

    Volunteer Moderator

    I am not sure I understand completely. Are you trying to get a border around those phrases? If so, I would recommend either using a child theme or a plugin you can add custom CSS and add the following, changing the values as you like

    .headline {
         border: 5px solid red;
    }

    Note:
    5px is the border width
    solid means you will have a solid border instead of dotted or dashed
    red is the color of the border. You can change this to the color you want.

Viewing 1 replies (of 1 total)
  • The topic ‘How to make a transparent textbox’ is closed to new replies.