• Resolved Vian27

    (@vian27)


    Hi there,

    Im working on a website and I’m experiencing some problems with the header.

    First, I would like to remove the hovering effect on the site title. It is currently being underlined every time you hover over it and I can’t seem to find a way to turn this off.

    Another problem is that on my homepage, the title has some more space above it than on the other category pages. (you can check it here: https://www.rahelina.com)
    Do you know why this is the case?

    Some additional questions:
    – Is it possible to select a standard header image per page, instead of a random selector?
    – Is it possible to make the body more narrow? It is currently a too wide.

    Thanks for your help. I’m very content with the template and this would really help me out.

Viewing 1 replies (of 1 total)
  • Theme Author Alex Kalh

    (@colourstheme)

    Hi friend,

    1. To remove line-under site-title, please append custom code below to end of file style.css

    #site-home-link {
    text-decoration: none !important;
    }

    2. “- Is it possible to select a standard header image per page, instead of a random selector”

    You only can select a header image for all page, because this is default feature of wordpress

    3. “Is it possible to make the body more narrow? It is currently a too wide.”

    YUP! You can edit width of container width a custom css code

    @media only screen and (min-width: 1024px){
    .container{
    width: 900px !important;
    }
    }

    edit 900px by your value !!!

    4. “The title has some more space above it than on the other category pages.”

    To make your blog-list look pretty !

    >> You need enter excerpt text foreach post
    >> Setting featured image foreach post
    >> Go to Appearance >> Customize >> General setting >> Blog post
    a. With option “Thumbnail position”, select “Thumbnail right”
    b. With option “Size of thumbnail column” select 5
    >> Download, install, action, and run plugin “Ajax thumbnail rebuild”
    Guide: https://colourstheme.com/2015/06/how-to-change-size-of-thumbnail-for-origamiez-theme/

    Bonus:
    If you want to create a front-page as my home page https://colourstheme.com

    Please read my tutorial:
    https://colourstheme.com/2015/06/whats-new-on-origamiez-version-1-1-4/

    Best,
    Alex Kalh

Viewing 1 replies (of 1 total)
  • The topic ‘Two problems with the site title’ is closed to new replies.