theme home page settings

Discussion in 'Regal WordPress Theme' started by blackdog2020liz, Jul 3, 2014.

  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Hi,

    How do i center and bold the text here?

    Many thanks
    Liz
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .home .content h1 {
    text-align: center;
    }
    .home .content p {
    text-align: center;
    font-weight: bold;
    } 
    This will solve your issue.
     
  3. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    Thanks Piyush. Is there also an option to add paragraphs to the text (amazenmargaretriver.com.au)

    Many thanks
    Liz
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page