• Resolved jgirardi69

    (@jgirardi69)


    Love the theme but would like to change the blog title color and the little icon of the picture, clock and person. Thanks…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    For changing the blog title color add this in styles.css :

    .blog-span h2 a,
    .h3-blog-title a{
    color: #ff0000 !important; /* here you put your color */
    }

    For changing the icons, open front-page.php and find these lines:
    – to change the picture icon(line 196):
    <i class="fa fa-picture-o"></i>

    – to change the clock icon(line 197):
    <i class="fa fa-clock-o"></i>

    – to change the “person” icon(line 198):
    <i class="fa fa-user"></i>

    You can check fontawesome.io if you want to use other icons.

    Thread Starter jgirardi69

    (@jgirardi69)

    thank you

    Hi @xpaul,

    Thanks for support.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blog Title Color’ is closed to new replies.