• Resolved evgeniy72409

    (@evgeniy72409)


    Hi,
    I have installed this plugin. It looks quite nice.

    But when I added nooz shortcode on the homepage all my fonts became ugly.

    How can I customise this shortcode view? I added in CSS:
    nooz-link
    nooz-datetime
    nooz-excerpt

    but nothing happened.

    Maybe it does not work well with my current template?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter evgeniy72409

    (@evgeniy72409)

    Also it seems my current template does not work well with this plugin. When I add something into CSS, nothing happens.

    Thanks

    Plugin Contributor farinspace

    (@farinspace)

    Hi, I will try to help .. what was the exact CSS that you entered (I assume you are familiar with writing CSS syntax)?

    However, if I am to take your comment literally, just entering:

    nooz-link
    nooz-datetime
    nook-excerpt
    

    would definitely result in the entire CSS file becoming temporarily invalid. Here are some sample CSS instructions/syntax, to get your started:

    .nooz-link {
        color: #ff0000;
        font-size: 32px;
    }
    .nooz-datetime {
        font-weight: bold;
    }
    .nook-excerpt {
        color: #999999;
        padding-left: 40px;
    }
    

    Here is some basic info on CSS syntax, additionally Google “css cheatsheet” and you’ll get up an running on no time.

    • This reply was modified 8 years ago by farinspace. Reason: code formatting
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin customisation’ is closed to new replies.