RemovevBushwick theme page titles

  • Unknown's avatar

    I just paid to upgrade my membership in order to completely remove the titles that appear over the graphic on each page of the Bushwick theme. However, I cannot even find the CSS stylesheet. The “CSS Revisions” link just opens the standard CSS verbiage that I saw before the upgrade.

    Can someone help me find my CSS stylesheet? I’d also be very grateful if anyone already knew exactly what I need to do to remove the text from appearing over my pictures.

    SITE: RecommendedReadReviewed.wordpress.com

    Thanks!

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

  • Unknown's avatar

    At WordPress.com, you do not edit the existing CSS, but instead you create rules to override the existing CSS. Your custom CSS will always load after the original CSS and will then take precedence.

    You can add the following to keep the header to the left of the content area when the browser window is narrowed and widened, but it leaves some space below the image on taller monitors, such as mine. I would suggest using the following code, but also I would suggest creating a header image that is taller than the one you are using now. Right now it is 464px tall, and I would suggest something at least 1000px in height. The suggested header image height is 1600px. The following solution does not require removal of the page and post titles.

    .site-header {
        background-color: #FFFFFF;
        background-position: left top;
        background-size: 100% auto;
    }
  • Unknown's avatar

    Thanks for the suggestions! However, my main problem is that I cannot find my CSS stylesheet at all. No code lodes when I click the “CSS” or the “CSS Revisions” link. Am I looking in the wrong place?

  • Unknown's avatar

    The best way to find your CSS is to use the web inspector tool built into your browser. At WordPress.com, the CSS for a theme is not all in one file, so you would have to load several files. We have a support document on How to Find Your Theme’s CSS which has some brief screencasts on getting started using the web inspector to help you locate the CSS for specific elements.

  • The topic ‘RemovevBushwick theme page titles’ is closed to new replies.