• I’ve been trying to make some tweaks to the logo size using the custom CSS field in the Maskitto Light Options section of the CMS. Even set to large in the standard options the logo is too small for our graphic to really stand out enough.

    I’ve tested the changes in Chrome’s developer tools (worked fine), added the appropriate styling in the box and saved. However, my changes to the CSS are not translating to the actual site and when I examine the CSS in developer tools my pieces of custom code are crossed out.

    I love the theme but I do need the custom css option to work. Do you have any suggestions as to why this might not be working for me?

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

    (@shufflehound)

    Hello,

    Its recommended to wait till next theme update, because header image CSS will be modified. If you are interested today we will upload newest beta version.

    For now you can try to add !important tag to your modified code:

    .test {
       height: 50px!important;
    }

    Thread Starter ewdliz

    (@ewdliz)

    !important isn’t working unfortunately. When is the general update expected?

    Theme Author shufflehound

    (@shufflehound)

    Hopefully beta will be available today or tomorrow.
    This will be major 2.0 update.

    Theme Author shufflehound

    (@shufflehound)

    You can download our latest theme version here.

    Hi I’ve been going through all the threads here trying to piece together a fix for my logo issue. It seems a few people have had similar issues.
    I’ve tried using some code with !important and it still isn’t working.
    Have you found a fix for this?
    Thanks for your help.

    Theme Author shufflehound

    (@shufflehound)

    Can you give us a link to your website?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom CSS input not working?’ is closed to new replies.