• Resolved takinginthesights

    (@takinginthesights)


    Hi,

    Sorry to bother you again. A few days ago you were able to provide some code to allow me to centre the widget titles.

    Are you able to provide a way to allow the post carousel heading to be centred and the text colour changed to one of my choice? Also is there a way of changing the text in the heading.

    https://www.takinginthesights.com

    Thanks

    David

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

    1. Here is some CSS that will center the title of your home blog, as well as let you set the text color. Just change the “red” to whatever color value you desire.

    .home_blog h3.hometitle {
        text-align: center;
        color: red;
    }

    2. You can set the text above your home blog by going to Theme Options> Home Layout and find “Home Blog Title.”

    Set the text to whatever you like, and it should be reflected on your home page.

    Let me know if this is helpful!

    -Kevin

    Thread Starter takinginthesights

    (@takinginthesights)

    Kevin,

    It worked perfectly, thank you.

    David

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post Carousel Heading’ is closed to new replies.