Argent theme customization help
-
Hello,
I’m new to WordPress and fairly novice @ CSS (I did a intro to full-stack course a few years ago so had a basic understanding, but it’s not coming back to me as quickly as I thought..)I’ve been using the Argent theme to create a new site, and for the most part it’s doing what I need… I’ve found some solutions in the forums but am stuck on a few things.
LOGO: I want the logo to sit to the left of the menu. I found this css on another forum, and I copied it and it’s not displaying correctly. I don’t quite understand the code so I don’t know how to fix it :/
.site-title {
background-image: url(‘https://hairofcamphill.files.wordpress.com/2019/09/hofch-logo-wordsicon.png’);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
height: 0;
left: 290px;
line-height: .6;
position: absolute;
top: 100px;
width: 100px;
}BANNER. The banner image that I uploaded has a silver border at the top and bottom of the image- but it cuts off on the site. I’ve tried uploading it multiple times and it’s definitely the correct size. The weirdest thing is that in the “customize css” page, the preview of the site shows the image correctly, but when I visit the site it’s not there. Is there some code I can use to add a banner?
TABLE: Any way of removing the lines on a table?
RESPONSIVENESS: Any way to make this site fully responsive using this theme?
Any advice on any of this would be soo helpful.
The blog I need help with is: (visible only to logged in users)
-
- The topic ‘Argent theme customization help’ is closed to new replies.