[Resolved] CSS seems to be missing

Home Forums Support [Resolved] CSS seems to be missing

Home Forums Support CSS seems to be missing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2211762
    Nicole

    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!

    #2211766
    Ying
    Staff
    Customer Support

    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.

    #2212111
    Nicole

    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.

    #2212244
    David
    Staff
    Customer Support

    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);
    }
    #2212379
    Nicole

    Thanks! It worked perfectly!

    #2212390
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.