Support for Envato Buyers Forums DGWork Tags Page – Page Header

Viewing 7 reply threads
  • Author
    Posts
    • #24911
      rbandojo
      Participant

      Custom CSS like this:

      .search #dgwork-page-header{background: transparent; box-shadow: none;}
      .search #dgwork-page-header h1{color:#000;}

      But for Tags Page

    • #24966

      Hi

      You can change .search to .tag

      .tag #dgwork-page-header{background: transparent; box-shadow: none;}
      .tag #dgwork-page-header h1{color:#000;}

      Thanks

    • #24996
      rbandojo
      Participant

      Tried it, but it did not change the page header for Tags page like it did with the page header for Search page.

      ???

    • #25054

      Hi
      Can I check your site and confirm you added the correct CSS?

    • #25070
      rbandojo
      Participant

      I added this:

      .tag #dgwork-page-header{background: transparent; box-shadow: none;}
      .tag #dgwork-page-header h1{color:#000;}

      to Appearance> Customize> Additional CSS along with

      .search #dgwork-page-header{background: transparent; box-shadow: none;}
      .search #dgwork-page-header h1{color:#000;}

      which works.

      Only the tags page won’t – still the default black background with particles.

    • #25091

      Hi

      Please try the following CSS

      .tax-download_tag #dgwork-page-header{background: none; box-shadow: none;}
      .tax-download_tag #dgwork-page-header h1{color:#000;}

      Thanks

    • #25095
      rbandojo
      Participant

      Yes, thanks! It works!

    • #25141

      That’s great!

Viewing 7 reply threads
  • You must be logged in to reply to this topic.