How to edit a homepage in WordPress?

Ok.

It returns "The site you want to investigate does not exist or it is not operating at this moment".

The main website was designed maybe 8 years ago, by people who do this for a living.

I tried to DM you with a screenshot.
 

Under active theme it says:

Bare ThemeVersion: 1.0​

By {names redacted}


Custom built modular theme to use as a base for development.
 
Simple Custom CSS = code, too much for me
Have a look and see if there's a url to the logo in there somewhere - assuming the logo is an image file.
It's unlikely, but possible, that the email address you want to edit could be there, so look for that also.

How long ago was the site built?
 
2016

Simple Custom CSS, see below:


/* Enter Your Custom CSS Here */
.vizdata {
clear: both;
overflow: hidden;
width: 100%;
}

.vizdata .col {
background: none repeat scroll 0 0 #b3cf46;
display: block;
float: left;
font-weight: bold;
margin: 5px 1% 10px 0;
padding: 5px 0;
text-align: center;
width: 22%;
text-transform: uppercase;
}

.vizdata .col:nth-child(4) {
margin-right:0;
}

.col strong {
color: #fff;
display: block;
font-family: arvo;
font-size: 5em;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.award{padding-bottom:0; float:right}
.home h2.region-head {margin-top: 0;}

@media screen and (max-width: 480px) {
.award{float:none}
.col strong {font-size:4em}
.vizdata .col {font-size:0.9em}
}
 
From the bottom of my heart, I want to thank PaddyBloggit for helping me so much.

With that help, I found out that the theme to be edited is not in WordPress, it is actually in the hosting files.
 
Back
Top