Menu modification

Home Forums Porto – Responsive HTML5 Template Menu modification

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10043069
    Ernie
    Participant

    Hi

    I would like to know if there’s a form to adjust some characteristics from the menu and text. The demo is Construction.

    1) Is there a way to change the color of the logo block to another different and adjust the transparency of it?

    2) How you can change the transparency of the sticky mobile menu? I would like it to make it solid and not semi-transparent

    3) I tried to install the Lato font from Google directly to the html’s line code, but it seems that doesn’t work, is there a way to use that font?
    4) I wonder how you can adjust the text color’s grey. In order to make it darker.



    Template Version: Construction
    #10043074
    Support
    Keymaster

    Hello, thanks for your purchase.

    1) Add this:

    (css/custom.css)

    html #header .header-logo.custom-header-logo:before {
        background-color: #0088cc !important;
    	opacity: 0.8 !important;
    }

    Related topic: https://www.okler.net/forums/topic/how-to-use-a-skin/

    2) Add this:

    (css/custom.css)

    html.sticky-header-active #header .header-body {
        background: #FFF !important;
    }

    3) https://www.okler.net/forums/topic/how-to-change-fonts-on-the-template/

    4) Add this:

    (css/custom.css)

    p {
        color: #000 !important;
    }

    Related: https://www.okler.net/forums/topic/how-to-find-which-css-is-being-applied-to-an-element/

    Best Regards.


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.