Help!!

Support Area Forums Kerygma Help!!

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://http://www.cathedralchurch.net/wp/about-us/
  • Author
    Posts
  • #20561
    Casey Morrell
    Participant

    How can I make this look better? http://www.cathedralchurch.net/wp/about-us/

    #20563
    Bill Robbins
    Moderator

    Casey,

    There are few things you might consider here. I would suggest some type of introductory text above the columns. That will help place what comes after for your visitors.

    Here a few quick design tweaks that you can make too:

    1. Go to the Theme Options page and select the Advanced tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      nav#top-menu ul li:hover ul {
      	width: 310px;
      }
      
      nav#top-menu ul li ul li {
      	font-size: 16px;
      }
      
      h1.page-title {
      	border-bottom: 1px solid #000;
      }
      
      #footer-content {
      	margin-top: 20px;
      	border-top: 1px solid #000;
      }
      

      The top two styles there will help your sub-navigation menu fit a bit better. The third one will add a border to your page title to help separate it from the content below. The last one will add a border to the top of the footer so it feels a bit more attached.

    3. Update your settings.

    See if those help you at all.

    #20565
    Casey Morrell
    Participant

    anything i can do to the text, like make the titles of each bold?

    #20566
    Bill Robbins
    Moderator

    It looks like that page is made completely with widgets. Since that’s the case, why don’t we go with the Black Studio TinyMCE Widget (https://wordpress.org/plugins/black-studio-tinymce-widget/) plugin? It adds a new widget that has the same editor from the page/post screens. That way you can make anything bold, italics or whatever without needing to write any HTML there.

    That should give you more control over how each of those looks.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Help!!’ is closed to new replies.