Switch text color in header of septera theme

  • Author
    Posts
  • #61296

    Hi, How Can i switch text color in header/slider of septera theme ?

    #61339
    Zed
    Cryout Creations mastermind

    All of the theme’s colors are configurable in its color options.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #61360

    1. How can I add more padding above the logo?
    2. How can I make the logo larger?
    3. How can I put a white box around contact us on the nav bar?
    4. How can I import the Google font ‘belgrano’? It is not working for me.

    Website: 99.198.97.170/~rakconstruc1

    #61361

    1. How can I add more padding above the logo?
    2. How can I make the logo larger?
    3. How can I put a white box around contact us on the nav bar?
    4. How can I import the Google font ‘belgrano’? It is not working for me.

    Website: 99.198.97.170/~rakconstruc1

    #61521
    Zed
    Cryout Creations mastermind

    1. With custom CSS.
    2. Use a larger image.
    3. Try

    .menu-item-19 span::before {
        position: absolute;
        width: 120%;
        height: 40%;
        border: 2px solid white;
        content: "";
        left: -10%;
        top: 30%;
    }
    .menu-item-19 span {
        position: relative;
    }

    4. How are you attempting to “import” it?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #61604

    1. What is the custom CSS for adding extra padding?
    4. In the “typography” section of customize, I am writing “belgrano” in the Google Identifier field.

    #62131
    Zed
    Cryout Creations mastermind

    Try Belgrano


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Switch text color in header of septera theme’ is closed to new replies.