Add a text box and border

Hi

How do I add a text box with a border like the one in the photo attached? I want to add this to the ‘services’ section.

Thanks

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
In order to check your question i need to see your live website, please provide url and i will take a look

Hi:

Here is a link to my website

http://55d.b7f.myftpupload.com/

Hi @mhowden

Yes, i see your website now but cant see services section on it, please add services section and then i generate custom css for it :slight_smile:

Thanks

Hi:

Weird, it is there for me. Here is the link again.

http://55d.b7f.myftpupload.com/

Hello there,

I am also unable to see the services section in the link provided. Please clear your browser cache and reload the page to ensure it is there on your end.

Best Regards,
Support

Hello:

So the section is there, but I somehow removed the title, graphics, and description as in the. I updated the link and added something to the title, so maybe it will be fixed now.

http://55d.b7f.myftpupload.com/

IF that does not work. How can I reset it the way it came in the template without resetting the rest of the page?

Hello there,

I still can’t see the content.

The only option to reset the defaults is to reinstall the theme’s demo content but this could be the result of CSS added to theme. Did you add or remove any code in the theme?

Best Regards,
Support

When you say content, what exactly do you mean? I have not added any content yet because I want to add the content to the box once its created. ’

Is that what you are referring to?

PS Here is the CSS I have already added to my site

.page-id-887 #header {
background-image: url(“http://55d.b7f.myftpupload.com/wp-content/uploads/2017/12/tool-image-2_background.jpg”) !important;
}

.page-id-906 #header {
background-image: url(“http://55d.b7f.myftpupload.com/wp-content/uploads/2017/12/photography-background_d.jpg”) !important;
}

.page-id-935 #header {
background-image: url(“http://55d.b7f.myftpupload.com/wp-content/uploads/2017/12/photography-background-1.jpg”) !important;
}

.page-id-903 #header {
background-image: url(“http://55d.b7f.myftpupload.com/wp-content/uploads/2017/12/graphic-design-backgroundc.jpg”) !important;
font-family: ‘Open Sans Condensed’, sans-serif;
}

/remove widget section/
#footer .container .row{
display:none;
}

#footer .bottom-footer {
margin-top: 0px;

}

/Remove footer/
.copyright span:first-child {
display: none;}

Hello there,

By content I meant the services content, everything else is there.
The CSS only removed some footer content.

Please go to Appearance > Customize > Frontpage sections and ensure that there is content in the services section because if there is content there it should be showing.

Best Regards,
Support

How do i reinstall the demo content for the website?

Hello there,

In order to reinstall the demo content, you would have to delete and reinstall the theme first as installing the demo content would delete the previous changes made to the theme.

Best Regards,
Support

So I downloaded this plugin to add to the ‘Services’ section. How do i get it to show up in this section

Plugin Link "Simple Select All Text Box – WordPress plugin | WordPress.org
Website - http://55d.b7f.myftpupload.com/

Hi @mhowden

From the beginning, your question was clear for me but not now :slight_smile:
i cant say anything about how to use third-party plugin, you can check their documentation or support board,
but if you still want to have borders on your services box this is the css you may use:

.tablepress {
    border: 1px solid gainsboro;
}

Plus, i see you created this table with awesome tablepress plugin and instead of dealing with the custom css please check if its possible to style it directly from the plugin, check their documentation as well