Archived topic
CSS seems to be missing
5 replies · Started by Nicole on May 6, 2022
I imported the Read child theme and tried to make my site look as close as possible to it.
The widget titles don't look the same, neither does the top navigation or the titles.
Can you please let me know what to add to the CSS to get them to look like the demo site.
Thanks!
Hi Nicole,
If you want your site to look exactly the same as the site template, make sure you tick the import demo contentbox as well for the import.
I did import demo content but I had a lot of extra posts so I deleted them and I guess I deleted some things I shouldn't have.
Can you please just give me the CSS for the sidebars.
It is a little red line on the left of the sidebar heading.
I would like to add that code to the H1 headers and to the sidebar headers.
Thanks in advance.
Hi there,
try adding this CSS:
.entry-header,
h2.widget-title {
padding-left: 10px;
border-left-style: solid;
border-left-width: 4px;
border-color: var(--accent);
}
Thanks! It worked perfectly!
Glad to hear that!