CSS configuration not being applied in live blog and other problems

  • Hello (again)

    I finally activated the Antenna theme yesterday and I am having a few issues.

    After implementing some customisation with CSS, I can see it applied in the preview but once I save the changes they are not appearing in the live blog (letter font in the Menu bar, lower black line in the menu bar, colors don’t seem to be the same). Any idea why?

    Blog is dokodemodoorblog.com

    thanks!

    The blog I need help with is: (visible only to logged in users)

  • Hello,

    I can see it applied in the preview but once I save the changes they are not appearing in the live blog

    If you are able to see it in Preview than it should appear in live blog after saving the changes.

    letter font in the Menu bar,

    Have you adjusted the Font Size via the CSS ? If not, than please use the following CSS code snippet.

    .sf-menu a,
    .sf-menu a:visited {
    	font-size: 12px;
    	font-size: 1.2rem;
    }

    lower black line in the menu bar,

    Please try the following CSS code snippet to change the bottom line of navigation.

    /* Navigation Bottom Line */
    .main-navigation {
    	border-bottom: 4px solid #aa001e;
    }

    Thanks

  • The topic ‘CSS configuration not being applied in live blog and other problems’ is closed to new replies.