Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter michaelhhv

    (@michaelhhv)

    Well I went into the header.php file and removed this line of code that did the trick:

    <div class="right-header fr">
    					<nav id="site-navigation" class="navbar navbar-inverse" role="navigation">
    						<h3 class="assistive-text"><?php _e( 'Main menu', 'tonic' ); ?></h3>
    						<a class="assistive-text" href="#primary" title="<?php esc_attr_e( 'Skip to content', 'tonic' ); ?>"><?php _e( 'Skip to content', 'tonic' ); ?></a>
    						<?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'navbar-inner', 'menu_class' => 'nav', 'fallback_cb' => 'bavotasan_default_menu' ) ); ?>
    					</nav><!-- #site-navigation -->
    				</div>
    Thread Starter michaelhhv

    (@michaelhhv)

    I tried other colors on the footer/ top border. Sounds good in retrospect, but when I added them it didn’t have a very good overall feel to it.

    Thanks for your feedback ??

    Thread Starter michaelhhv

    (@michaelhhv)

    @andrew That’s pretty interesting. I never knew that about the TAB button and links. I tried adding that into the custom CSS, but I don’t think it had any effect from what I saw.

    My CSS knowledge is rather limited. Much of it has come through trial and error and just playing around in the code. If I knew how to fix this issue I would definitely do it. As it is, this particular theme doesn’t even have options for changing color links once they’ve been clicked on. Within the editor itself it doesn’t have a normal layout of wording for links like most themes I’ve used.

    I will state I am an amateur on web design, and have learned everything I have from Google and search. I changed a lot of the CSS that I could figure out for this one to give it the feel it has right now, but there are things as you pointed out I wish I was more knowledgable on so I could fix them.

    I appreciate you pointing it out, and will try to figure out a way to make it happen thank you.

    Thread Starter michaelhhv

    (@michaelhhv)

    @b. Tyson Thank you for the observation. I took it from 755 words to 500 words, eliminating 255 words altogether. I’m a writer by nature. Most of my blog posts can easily exceed 1000 words. That being said, I did have a lot of redunadant wording on there. Thank you very much for the critique. Also please note that it may look longer because of the ordered list under each subsection. Take those out and it shortens the page. However, Google is a big fan of ordered list.

    @andrew Nevins can you please elaborate on this “disabled the focus state on links” so I can fix the issue. I don’t really know what that is, but would really appreciate it if you could explain.

    Thank you both for your observations!

    Thread Starter michaelhhv

    (@michaelhhv)

    Is there anyone with css knowledge tht could help?

Viewing 5 replies - 1 through 5 (of 5 total)