header size and etc.

  • Posted in : cvCard WP
  • slu41
    Participant

    hi I have a couple of simple questions,

    1 how to control the header size? to enlarge or reduce the height of the header?

    2 how to change the size of the words in the title and menu? and how to make the title lower case? because whatever i insert in the “title” blank, it shows upper case finally. i want my name on the top of website shown appropriately other than all upper case.

    my url is http://siyinlu.us/

    3 how can i remove the line of ” my work” words in the portfolio page? i cannot find any code of it in the page edit.

    thank you!

    slu41
    Participant

    in addtion

    how to change the color of the words in header?

    thanks,

    ahmetsali
    Keymaster

    Hi,

    1-) to change the header size, play with this custom css code;

    .header {
        padding: 2em 0;
    }
    

    2-) try this custom css codes;

    – to change title size/color and remove uppercase transformation;

    .header h1 {
        text-transform: none;
        font-size: 4em;
        color: #096;
    }
    

    – to change menu links font size and color;

    .vs-nav li a {
        font-size: 2em; color: #096;
    }
    

    3-) to remove “My Works” title on portfolio page;

    .portfolio .section-title.center {
        display: none;
    }
    
    slu41
    Participant

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 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