Okay
  Public Ticket #851812
Logo not appearing on tablets
Closed

Comments

  • Pawan started the conversation

    Hello,

    1) I've recently noticed that Site logo hides on Tablets. This is limited to tablets only. Can you please find me a fix?

    2) Can you help me with the CSS to change background and font color of search box. After clicking on search icon a white search box opens but it is almost invisible in white background.

    3) Please include a feedburner submit form in next update (i request you).

    4) In SOptions settings > Style & Text > when i change link color, all the links color changes, including titles in sidebar or related posts. Is it possible to change just the link colors in the posts and keep the Titles black. Maybe you can include this option in next update.

    4A) P.S. what are the default title and body fonts used in demo?

    5). How to have thick black border around menu, just like in SNews demo?

  •  93
    djwd replied

    Hi there,

    1. It doesn't disappear it moves to the mobile menu, that is how is meant to be in order to avoid repetition (you can observe the same behavior in the live demo).

    2. There are quite a few classes related to the search box, you might want to get familiar with Google Inspector tool in order to find them out independently.

    In this case, for e.g. for the background and input field:

    #snews-header-search, #snews-header-search #searchform .form-control {background-color: red}

    Input (text) color:

    #snews-header-search #searchform .form-control {color: green}
    

    The close button:

    #snews-header-search .glyphicon-remove {color: blue}
    

    3. We've been there already, please consider this is a stock template we cannot roll out per-user requests. If you're in urgent with that you might want to consider hiring a developer for that, Envato Studio could be a good option.

    4. It's possible through some customizations. it might look simple but there are many variables to consider. My advice is to change back the sidebar link color through some Custom CSS rather then excluding them from the option, would be easier. Something like #sidebar a {color: red!Important;}

    4a. 15px for titles, 14px for body

    5. Borders can be controlled in Snews Options > Style / Text Colors > Heavy Border width

    Hope it helps

    Regards
    djwd