How to get rid of this Text

  • Posted in : Read WP
  • kimohno
    Participant

    How to get rid of this Text on all sites?

    http://s7.directupload.net/images/130624/6qoeck2o.png

    Or how to Change the Font.

    And how can you change the yellow color when you mark a part of the text?

    Thank you

    Mehmet S.
    Keymaster

    Paste to Theme Options > Style > Custom CSS:

    .entry-title { display: none; }
    
    pageoflife
    Participant

    thanks!)

    kuebra
    Participant

    “And how can you change the yellow color when you mark a part of the text?” – I’d be interested in that question, too! :)

    Mehmet S.
    Keymaster

    Sorry, I’m not exactly sure what you’re asking?

    kuebra
    Participant

    When you mark a text on the website it is not grey or light blue as usual but yellow. Can this be customized?

    Mehmet S.
    Keymaster

    Yes it can:

    ::selection
    {
    color: #333333;
    background: #ffff99;
    }
    
    ::-moz-selection
    {
    color: #333333;
    background: #ffff99;
    }
    
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register