Realodix

Just a Snack’s For You, It’s Good Day!

  • Home »
  • Mystique Theme Edits Tutorial

AboutThe IconsCSS Changes
Mystique is a free and popular WordPress theme that’s being maintained since 2009.

The theme is available as a CSS template and two WordPress theme versions: a basic/light version, and a Atom-powered theme.

Features include:

  • 6 layout types (each one can be context dependent)
  • fluid or fixed page width
  • 5 color variations
  • bbPress 2.0 support

A demo is available here

Download Mystique
- Mystique 2.51
- Mystique 3.1

nav-bloggernav-youtubenav-linkedinnav-lastfmnav-googlewavenav-diggnav-deliciousnav-contactnav-flickrnav-gmailnav-identicaThis Google Plus Icon provided by Ryan, Thanks :)

 

add icons to the folder /themes/mystique-child_theme_name/social-media-icons/ and then drag the new icon in the new module.

If you want more icons please ask in the comments below.

Download all the colour icons in one pack
Extra Social Media and other Icons

Fixes the background so it doesn’t move with the rest of the site
/* Fixed custom background image */
#page
{
background-repeat:no-repeat;
background-attachment: fixed;
}

Moves the Go to Top button up if you need to move it
/* Moves goto top button up to lift above bottom bar (wibiya) */
a.go-top{
bottom: 30px;
padding: 15px 20px;
}

Moves the Social Media Icons up
.social-media{
bottom: 30px; /* increase this value as you wish */
}

Another tutorial, I’ll add them later. :D

No Comment. Do You want to be firts?