Tagged: 

Viewing 20 posts - 1 through 20 (of 21 total)
  • Author
    Posts
  • #62382
    Dhuan
    Member

    Hello all. I have a few questions.
    Placement of logo stretched down site. Can you avoid?
    Changing the shape of the navigation menu. Curved top left and bottom right.
    Change the color of the bar under the main menu
    add foto
    null

    #62384
    Dhuan
    Member
    #62393
    Dhuan
    Member

    How to do so to retain the changes when updating on theme?
    read but can not comprehend
    Appearance => Theme Options => Custom CSS” box
    how exactly do?
    Thanks advance
    These are my first steps in WordPress
    excuse me for bad English 😉

    #62426
    Barb
    Participant

    Please don’t worry about your English. I am happy you are trying to help me. Custom css box makes sense but I don’t know how to do it. 1. get the command: Continue reading →

    ” /> removed from the home page. 2. to change the color green of the menu bar and 3. remove the white rectangles from the bottom of the home page.

    #62451
    Sakin
    Keymaster

    @Dhuan:
    1. To add logo to your site, you can go to “Appearance => Header”. Then if you want your header image to be with site title and tagline, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #site-logo, #hgroup.with-logo {
        display: inline-block;
        float: left;;
    }

    2. For menu curved top left and bottom right, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #branding #access, #colophon #access-footer {
        -moz-border-radius: 10px 0;
        -webkit-border-radius: 10px 0;
        border-radius: 10px 0;
    }

    3. To change the background color of the main area, then you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #main { background-color: #eee; }

    4. All the changes that you have mage it through theme options panel and your pages, posts, category and all will be remain unchanged when you update the theme. But if you have mode modification to core theme files like style.css, functions.php, index.php and so on or add/edit any files inside ‘catch-box’ folder, then these edits will be gone when you update. As update restores all original files and folder inside ‘catch-box’ folder.

    #62452
    Sakin
    Keymaster

    @Barb: Can you post in your site URL as Catch Box theme doesn’t have green color menu bar.
    Also let me know what you want to do by removing continue reading. Do you just want to hide that text or you want to show full content in homepage.

    #62473
    Barb
    Participant

    http://www.indoor-environmental.com is the website. You will see on the home page top left corner: “Continue reading →

    ” /> ”
    Also the color green of the menu bar is too dark for the color scheme of the site.

    Thank you for taking the time to look at this.

    #62478
    Dhuan
    Member

    @Sakin your good bro, perfectly Thank you!

    #62487
    Dhuan
    Member

    can you make the menu (Footer Menu) the bottom of the site, left below and right above Curved?

    #62500
    Dhuan
    Member

    Sakin, I have a few more questions 😉
    I read a lot, I did nothing to change.
    I want to change the border color of the slider at the beginning where rotate photos, from dark gray a different color.
    I want to change white color, white background top and bottom and in the middle where the white background to change it.
    how the inscriptions in the navigation menu become equally thick as Home.
    Once again thanks for your so responsive to all.regards

    #62855
    Sakin
    Keymaster

    @Barb: That Continue reading → at the homepage top left corner is from “PressGraph Post Meta Tags”. So, disable that plugin and you issue will be solved.

    For menu background color, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    #branding #access, 
    #colophon #access-footer, 
    #branding ul.menu ul a {
        background: none #b7d6ab;
    }
    #62856
    Sakin
    Keymaster

    @Dhuan: To make footer menu, left below and right above Curved you can add the following css:

    #colophon #access-footer {
        -moz-border-radius: 0 10px;
        -webkit-border-radius: 0 10px;
        border-radius: 0 10px;
    }

    For slider background color and border color, you can change the color code in the following css and add it in “Appearance => Theme Options => Custom CSS” box:

    #slider {
        background-color: #555;
        border-color: #ccc;
    }

    To change the white color, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #branding,
    .hentry, 
    .no-results, 
    #author-info, 
    #disqus_thread, 
    #content .error404,
    .widget,
    #site-generator {
        background-color: #fff;
    }
    #63830
    Dhuan
    Member

    Sakin, Recent issues and I think I’m ready.
    change the color of text in slider
    page layout with blocks of right picture link or html
    placing the blocks below example Text Widget Recent Posts Navigation
    bad english send photos hope understand me
    http://prikachi.com/images.php?images/93/8299093O.jpg
    http://prikachi.com/images.php?images/96/8299096W.png
    http://prikachi.com/images.php?images/100/8299100g.png
    http://prikachi.com/images.php?images/101/8299101u.png

    #63837
    Sakin
    Keymaster

    @Dhuan: All those detail color options are there only Pro version.

    1. For slider text, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #slider-wrap .featured-text {
        color: #fff;
    }

    2 and 3. These blocks are widget in Primary Sidebar. For that, you can just go to “Appearance => Widgets”. If you like to add image then you might want to drag and drop “Adspace Widget” to your sidebar and add images.

    4. The three boxes in footer are widgets in “Footer Area One”, “Footer Area Two” and “Footer Area Three” . For this also, you need to go to “Appearance => Widgets” and add in widget to these areas.

    #64292
    Barb
    Participant

    Sakin-
    Thank you. The I deactivated and the script is gone.
    The color of the menu bar is good. The text, however; gets lost and needs to be a darker green or simply black. Can you help with this?
    http://www.indoor-environmental.com

    #64794
    Sakin
    Keymaster

    @Barb: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #branding ul.menu a { color: #3e6107; }

    #65465
    Barb
    Participant

    Thank you Sakin. The menu bar looks much better..

    #67270
    Dhuan
    Member

    Hello, Is it possible to hide these bands, those to the right and bottom.
    Regards.
    http://prikachi.com/images.php?images/187/8370187q.png
    http://prikachi.com/images.php?images/191/8370191J.png

    #67333
    Sakin
    Keymaster

    @Dhuan: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .hentry, 
    .no-results, 
    #author-info, 
    #disqus_thread, 
    #content .error404, 
    .widget, 
    .widget-title { border: none; }
    #67335
    Dhuan
    Member

    thanks man perfect 😉

Viewing 20 posts - 1 through 20 (of 21 total)
  • The topic ‘logo, color, form the navigation bar’ is closed to new replies.