How to get rid of the . behind the site title

Home Forums WordPress Themes – Premium Deck Pro How to get rid of the . behind the site title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42843
    Nancy McCord
    Participant

    Hi,

    Here is my link: http://www.fad-photo.com/about/
    I would like to get rid of the . (period) that is automatically added by the stylesheet at the end of my site name on all pages.

    Can you help me clear that?

    #42854
    Sushil Adhikari
    Moderator

    Hi Nancy,

    Please use this css to remove dot at the end of site title.

    #header .logo a:after {
        content: ".";
        color: #faf4e3 !important;
    }

    Thanks

    #42867
    Nancy McCord
    Participant

    Thank you very much for that it worked.

    Now on the home page near the bottom where it says Under Construction can you help me get rid of the period there. I tried the same tactic using #hero but it did not work.

    Could you please kindly send the snippet of code for this one too?

    #42896
    Sushil Adhikari
    Moderator

    Hi Nancy,

    You can use this css to remove period from there.

    body.home #hero h1:after {
        color: #f1ebdb !important;
    }

    Thanks

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