Forums

[resolved] Hiding Title in Atahualpa Theme (3 posts)

  1. visualspy
    Member
    Posted 2 years ago #

    Hi. I'm trying to hide the title in the Atahualpa theme. I've tried adding #header h1 { display:none } at the end of the style.css, and previously this worked on other themes but it doesn't with this theme. Anyone with experience with the Atahualpa theme please let me know what I need to do to hide it. You can view my site here. Thanks much in advance!
    Cheers

    http://nerdkore.com/

  2. wearitwell
    Member
    Posted 2 years ago #

    You'll need to edit:

    h1.blogtitle, h2.blogtitle {
    visibility:hidden;
    ...
    }
  3. visualspy
    Member
    Posted 2 years ago #

    Thanks! I finally found it by searching for the blogtitle in
    bfa_header_config.php

    here's the code to modify

    if ( $bfa_ata['blog_title_show'] == "Yes" )

    Just switch "Yes" to "No"

    Cheers

Topic Closed

This topic has been closed to new replies.

About this Topic