Title: Constructor theme, edit font
Last modified: August 19, 2016

---

# Constructor theme, edit font

 *  [Shanj](https://wordpress.org/support/users/shanj/)
 * (@shanj)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/constructor-theme-edit-font/)
 * Two small things I can’t find in Constructor –
 * 1. Change size of menu font.
    I found this on here referring to styles.css but
   I couldn’t find it anywhere in that file.
 * #header-links li a, #header-links li span {
    display:block; font-size:1.3em; [
   THIS LINE CHANGES FONT SIZE$] font-weight:700 !important; height:40px;
 * 2. Secondly how do I change the COLOUR of the page title in the content area,
   currently black.
 * Thank you.

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

 *  Thread Starter [Shanj](https://wordpress.org/support/users/shanj/)
 * (@shanj)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/constructor-theme-edit-font/#post-1714866)
 * I have the answer to one of my questions, to help anyone else.
 * PAGE TITLE EDIT (this is the title of the page, which appears top left of the
   content area)
 * TO REMOVE LINK + COLOR EDIT
    In admin, Appearance/ Editor – on the left. Click
   Page Template (page.php)- on the right.
 * Go down to
    <h1>” rel=”bookmark” title=”<?php printf(__(‘Permanent Link to %s’,‘
   constructor’), the_title_attribute(‘echo=0’)); ?>”><?php the_title(); ?>
   </h1
   >
 * Replace with
    <h1> <img src=”[http://www.firstcollege.co.uk/art/1redrosegifmarker.gif&#8221](http://www.firstcollege.co.uk/art/1redrosegifmarker.gif&#8221);
   alt=”rosebud marker” /> <span style=”color: #33cc33;”> <?php the_title(); ?></
   span> </h1>
 * I also placed a small graphic by the title.
    <h1> <img src=”[http://www.mysite/art/art-item.gif&#8221](http://www.mysite/art/art-item.gif&#8221);
   alt=”name-of-art-item” /> <span style=”color: #33cc33;”> <?php the_title(); ?
   ></span> </h1>
 * although the alt does not show up.
    Enjoy.
 *  [leespiano](https://wordpress.org/support/users/leespiano/)
 * (@leespiano)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/constructor-theme-edit-font/#post-1715075)
 * [@shanj](https://wordpress.org/support/users/shanj/): Just had the same problem
   as you do… Here is the simple fix:
 * in style.css, find:
 * #menu {
    text-align:left; position:absolute; z-index:301; overflow:visible; }
 * and make it:
 * #menu {
    ** font-size:1.4em;** text-align:left; position:absolute; z-index:301;
   overflow:visible; }
 * You can change the 1.4em to any other size that you prefer.

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

The topic ‘Constructor theme, edit font’ is closed to new replies.

## Tags

 * [font-color](https://wordpress.org/support/topic-tag/font-color/)

 * 2 replies
 * 2 participants
 * Last reply from: [leespiano](https://wordpress.org/support/users/leespiano/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/constructor-theme-edit-font/#post-1715075)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
