Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #750433

    Hello,

    1) can I use an other font only for the H1 on this product page? (see private content)

    2) in the second column of the footer is a thick line and I want to get rid of it, is there a quick CSS available?

    Many thanks!!

    Dennis

    #750835

    Hey dennishaarman,

    1. Try this in Quick CSS:

    .postid-387 h1.entry-title {
      font-family:verdana !important;
    }

    2. Try this in Quick CSS to remove the line:

    .widget_recent_entries li {
        border-top-width: 0 !important;
    }

    Best regards,
    Rikard

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