• Resolved david0822

    (@david0822)


    good afternoon, I would like to know how I can edit the font color in the header, just want to change the color on the part of email, telephone and social?

Viewing 15 replies - 1 through 15 (of 20 total)
  • Theme Author shufflehound

    (@shufflehound)

    Hello,

    You can try to paste this code below in Maskitto Light Options / CSS code:

    header .our-info a,
    header .our-info span {
       color: #242424!important;
    }

    Thread Starter david0822

    (@david0822)

    thank you, one last question, and could not find in the file of how to change css hover the menu, you help me please

    Theme Author shufflehound

    (@shufflehound)

    Which element hover exactly you want to change?

    Thread Starter david0822

    (@david0822)

    I want to change the hover the menu, plus I put a submenu within a submenu but the product does not come out as I can fix that? Thanks for your help

    Theme Author shufflehound

    (@shufflehound)

    Hello,

    At this moment this theme supports only one level dropdown menu.
    About hover color, you can try paste in this code below in to Maskitto Light Options / CSS code:

    header.sticky .menu-item a:hover{
        color: red!important;
    }

    Thread Starter david0822

    (@david0822)

    in which case you can change the menu, to support more than one level?

    Theme Author shufflehound

    (@shufflehound)

    It will be a time consuming process to modify existing code and add addition levels, but in future versions we will give it a try.

    Thread Starter david0822

    (@david0822)

    Thanks friend, the subject is great, but the hover not leave me with the code you gave me but I’ll keep watching what happens

    Hello, please it is possible to change subheader colour? my site is http://www.loreana.sk and there are just grey colour´s subheaders.

    I also want to make it more thinner that big violet bar in the middle of page, but i don´t know where, like you have in demopage at the bottom for “donate us”

    Thanks.

    Theme Author shufflehound

    (@shufflehound)

    Hello,

    Sorry, but we can’t access your website.

    it should be okay, I had coming soon page….

    Theme Author shufflehound

    (@shufflehound)

    Hello,

    Can you be more specific and show us a screenshot with elements you want to customize? It’s not clear what exactly you want to change.

    Here is the subtitle section, which I want to change colour- https://www.sendspace.com/file/g4ngjv

    And another issue, the Big Violet Bar in the middle of page with button. “KLIK” , I want to make it more thinner like you have in demo page….

    Theme Author shufflehound

    (@shufflehound)

    That image hosting service is offline, but you can try this code:

    /* For subtitle color */
    #panel-18-0-0-2 .subtitle p {
       color: blue!important;
    }
    
    /* for KLIK section padding */
    .page-id-84 {
       padding: 35px!important;
    }
    .page-id-84 {
        margin-bottom: -15px!important;
    }

    Subtitle colour works, but other not, but nevermind, I need also “white”- 1.krok, 2.krok. 3.krok, can I edit it in style.css file in editor?

Viewing 15 replies - 1 through 15 (of 20 total)

The topic ‘Edit Color CSS’ is closed to new replies.