Topic Resolution: Resolved
  • Closed
  • D
    Spectator
    August 3, 2015 at 1:49 pm #19506

    Hello again,

    I have not found a way to change the font style and colour of the following links on the post…

    Category link
    Social media links
    Date and Written by…
    Previous…next…links

    Sent a request earlier to customize the Tabs…Popular, Recent and Comments. Have not seen my request in the Forum.

    Also the breadcrumb background colour, outline and text..would like to be able to edit those please.

    Tried changing the colour of your h1 to h6…have not been able to locate the effect.

    Thanks for the reply.

    Imran
    Spectator
    Posts: 402
    August 3, 2015 at 3:48 pm #19509

    Hi Donna,

    Thanks for writing in!

    Firstly, if you wish to customize the links into your posts, so you can use the custom code given below into your custom CSS. However, the remaining queries are answered into your other post. Please add the following code under your customizer:

    .share-this a i {
    text-shadow: 0 1px 0px #111;
    color: #8597A0;
    }

    .share-this a:hover i {
    color: #000;
    }

    h1.entry-title {
    color: #000;
    }

    .published {
    color: #000000;
    }

    span.author.vcard {
    color: #000;
    }

    .entry-header a {
    color: #e7e7e7;
    }

    .navigation-links.single-page-navigation.clearfix.row a {
    color: #000 !important;
    }

    Hope this helps!

    Thanks.

    D
    Spectator
    Posts: 40
    August 3, 2015 at 10:57 pm #19541

    Thanks. It worked.

    Imran
    Spectator
    Posts: 402
    August 4, 2015 at 5:27 pm #19607

    You’re welcome! 🙂