font colors and sizes

  • Posted in : BookCard WP
  • 8media
    Participant

    hi there – how can i change the following:

    – textcolor “open”, front page
    – textcolor “i am from” … now yellow, front page (it is not h1, h2, … tried up to h10)
    – textsize “resume”, “portfolio”, “contact”

    btw: when i am changing the color of the open button, using

    .ribbon { background: #95c154; }
    .ribbon:before { border-color: #95c154; }

    i am losing the “arrow” like shape – it now is a box :P

    thanx in advance – frank

    Mehmet S.
    Keymaster

    – textcolor “open”, front page: ( Paste to Theme Options > Style > Custom CSS )

    .ribbon strong { color: green; }
    

    – textcolor “i am from” … now yellow, front page: ( Paste to Theme Options > Style > Custom CSS )

    .cover h3 span { color: yellow; }
    

    – textsize “resume”, “portfolio”, “contact”: ( Paste to Theme Options > Style > Custom CSS )

    h2.inner-page-title span { font-size: 1.4em; }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register