• Resolved visualspy

    (@visualspy)


    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

    https://nerdkore.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ll need to edit:

    h1.blogtitle, h2.blogtitle {
    visibility:hidden;
    ...
    }

    Thread Starter visualspy

    (@visualspy)

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding Title in Atahualpa Theme’ is closed to new replies.