• How do I change the text of “Featured Area 1,” “Featured Area 2” and “Featured Area 3” in the featured areas of the theme to some other text (or no text)? I’m referring to the headings (not the content under these headings).

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author ThinkUpThemes

    (@thinkupthemes)

    Hi FatherJonahon1,

    These are not headings. They are images. You’ll need to add your own images to replaced these.

    Hope that helps! ??

    Hi there

    Got that ??

    But how to remove “Perfect For All”, “100% Responsive” and “Powerful Framework”….?

    Regards
    Kenneth

    Was looking for an answer to this myself. Thought it would have been a simple thing to edit the header text (not the images, I know about those). Wherever it’s edited it’s not exactly inuitive? Anyone find an answer to this yet?

    To remove the standard slider images, i just removed the images from the Thinkup slider in the Theme Options. Or I just uploaded another image and they were gone. MAybe you can even try to remove the Demo images from “minamaze/images/slideshow”. But i am not sure what that will do ??

    To remove the default text, just type in a couple of spaces in the text box in the Homepage (Content) box

    HERE IS SOME USEFUL STUFFS GUY/GIRLS
    MINAMIZE Theme Notes for CSS Editors

    TO CHANGE THE 3 WINDOWS BACKGROUND COLORS GO HERE ON EDITOR
    #section-home .section {
    display: block;
    background: white;
    padding: 10px;
    border: 1px solid #E0E0E0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    TO CHANGE BOTTOM PART OF BACKGROUND COLOR GO TO
    #content {
    background-color: #f33f3f;
    clear: both;
    margin: 0;
    padding: 20px 10px;
    #body-core

    TO CHANGE BACKGROUND COLOR
    body,
    #body-core {
    background: #f33f3f; <<<< this is RED
    min-width: 320px;
    }

    TO CHANGE HEADER LINK TEXT COLORS
    #header .header-links > ul > li a{
    color: yellow;
    padding: 25px 20px;

    TO CHANGE THE HEADER SUBMENUS TEXT COLORS
    #header .header-links .sub-menu a {
    color: yellow;
    font-size: 12px;
    border-bottom: 1px solid #303030;
    line-height: 32px;
    margin: 0;
    padding: 0 20px 0 10px;

    TO CHANGE SUBMENU BACKGROUND COLOR
    #header .header-links .sub-menu {
    display: none;
    float: left;
    position: absolute;
    z-index: 9999;
    border: 1px solid #303030;
    background: #1C1C1C;

    TO CHANGE THE HOVER COLOR ON THE HEADER MENU
    #header .menu > li.menu-hover > a,
    #header .menu > li.current_page_item > a,
    #header .menu > li.current-menu-ancestor > a,
    #header .menu > li > a:hover {
    color: yellow;

    CHANGING PRE-HEADER HOVERS AND MENUS COLORS
    #pre-header .header-links .menu-hover > a,
    #pre-header .header-links > ul > li > a:hover {
    color: white;}
    #pre-header .header-links li a,
    #pre-header-social li,
    #pre-header-social li a,
    #pre-header-search input {
    color: yellow;
    font-size: 12px;display: block;
    TO CHANGE FOOTER COLOR AND THE BORDER LINE COLOR
    #sub-footer {
    background: red;
    border-top: 1px solid #444;
    padding: 15px 0px;

    TO CHANGE THE BACKGROUND TEXT COLOR AND HOVER COLOR FOR THE FOOTER
    #sub-footer-core {
    color: yellow;
    text-align: center;
    }
    #sub-footer-core a {
    color: yellow;
    }
    #sub-footer-core a:hover {
    color: yellow;
    I HOPE THIS WAS USEFUL.. IT TOOK ME A WHILE TO RESEARCH ALL OF THIS. THAT’S WHY I AM SHARING ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Changing Minamaze "Featured Area" Headings’ is closed to new replies.