• Resolved speed2011

    (@speed2011)


    Hi,

    1. Is there a way for me to change the color of the text and put a white border around my tagline?

    I tried the following in my custom CSS and it did not work. So might be in conflict with something else in the css.

    ‘.navbar-wrapper .navbar h2 {
    /* Change (red) font color */
    color: #d3392e;
    /* Change (Garamond) font family */
    font-family: Helvetica;
    /* Change (20px) font size */
    font-size: 18px;
    /* Change (19%) move to left */
    padding-right: 9%;
    /* Change (normal) italic-normal-oblique */
    font-style: normal;
    font-weight: 200;
    }’

    2. Is there a way to replace the tagline with an actual image?

    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Tagline Change’ is closed to new replies.