If I Buy the CSS Will i be able to use css on my side bar

  • Unknown's avatar

    I want to be able to use both css and html on my site i want to know if i buy the css upgrade i will be able to add css to my sidebar

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

  • You’ll be able to modify the CSS of your sidebar, but the theme templates themselves can’t be edited, so you won’t be able to add to it.

  • Unknown's avatar

    @lovestainpresents, also wordpress themes are not written in HTML, they are written in PHP script, so even if we could edit the themes, it take a much higher level of knowledge, especially knowledge of security issues.

  • Unknown's avatar

    staff-blorbo & TSP:
    I want to ask about anything else related to this CSS. I remove the title-logo on my blog and only displays the background. Is it a bad influence on search engines indexing?

    I used The Morining After theme, which do not provide alternative replacing the text-logo with image-logo.
    Or, is there any other suggestions to make what I want (replace text-logo to image-logo?)

    Thank you…

  • Unknown's avatar

    If you hid the title with CSS, but it is still set at settings > general, then no it is not bad for search engines. Hiding it through the CSS just makes it invisible for the visitors, not for the search engines.

    You can add a logo to the header area with CSS.

  • Unknown's avatar

    @TSP:
    I once read a tips that you provide on this forum about it. But it’s difficult trying to find because so many tips you give in this forum.
    Can you give me a link to these tips. Or how about replacing logo-text to logo-image, ESPECIALLY on the The Morning After theme.
    Thank you.

  • Unknown's avatar

    @duto, you see to have accomplished that at http://omkicau.com/. The background declaration is here.

    #logo .title {
    background: url("http://kicauan.files.wordpress.com/2011/04/bird.jpg") no-repeat scroll 0 0 transparent;
    }

    To replace the image, just make one similar in size to what you have, upload it to the media library and then replace the URL in the above with the new URL.

  • Unknown's avatar

    Thank you for your help, TSP.

  • The topic ‘If I Buy the CSS Will i be able to use css on my side bar’ is closed to new replies.