Homepage slider text

Home Forums All Other Themes Homepage slider text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #46191
    Kamil ŚwiadekKamil Świadek
    Participant
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: March 27, 2015

    Hi!

    How can I change my homepage slider titles to be non-uppercase and italic and decription fields to be non-italic?

    http://zlapanewkadr.pl/

    #46240
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:

    Add this code there:

    div.slide-title { text-transform:capitalize; font-style:italic;}
    .slide-description { font-style:normal;}

    Regards,
    Shri

    #46284
    Kamil ŚwiadekKamil Świadek
    Participant
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: March 27, 2015

    Thank you, alorst, but not exactly what I wanted to get. Now all the words are capitalized.

    I have something like this:
    “This Is Just A Sample Sentence.”
    and I want”
    “This is just a sample sentence.”

    #46331
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi Kamil,

    Kindly go to Appearance>>Theme Options>>Layout Settings>>Custom CSS Box:

    Add this code there:

    div.slide-title{text-transform:none !important;}

    Regards,
    Dave

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