Nature One Pro theme

Home Forums All Other Themes Nature One Pro theme

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #191734
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    Hi, a couple of issue with post colours/H1 font, can you advise please…

    1. the post widget boxes have a white highlight shadow, where can I edit/remove?
    2. the post title (H1?) is not using the CSS for H1 set in the ‘basic’ font/colours section of ‘appearance’

    see: https://meri6kg1ng.nimpr.uk/new-website-design-by-oast-house-media

    TIA

    Nigel

    #191738
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #sidebar .widget_wrap {
      box-shadow: none !important;
    }
    .postitle.entry-title {
      color: #fff !important;
    }

    Regards,
    Dave

    #191743
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    brilliant, can the H1 tag also be coded in?

    #191745
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Which color do you want to use in H1 tag?

    Regards,
    Dave

    #191755
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    #EAE9BC

    thanks

    #191783
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly add the color in this CSS: .postitle.entry-title

    Example:

    .postitle.entry-title {
      color: #EAE9BC !important;
    }

    Regards,
    Dave

    #191790
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks

    #191813
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Welcome 🙂

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