Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #32800
    kalatos
    Participant

    Hi Masters!

    I would like to modify a bit display title on my site.

    My site is kancelariazyrardow.pl

    I would like to put that title on the right corner of header. I already try to modify some css but it no takes effect.

    First line is taking from title variable, second one is taking from description variable.

    The best solution for me is display title in two lines with the same font, and size in the right corner.

    Thanks a lot for you help.

    Lukasz

    #32841
    Sakin
    Keymaster

    Hello Lukasz,

    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header .logo-wrap { width: 100%; }
    #site-details { float: right; }

    Regards,
    Sakin

    #32848
    kalatos
    Participant

    Hi again Sakin,

    I red some of your previous answer before i decide to ask about my issue and as i saw you are one of the master of knowledge related to catch themes 🙂

    I added one more little modification because second part was not centred.

    #site-details { 
    float: right; 
    text-align:center;
    }

    I also did some small changes on primary style.css file. If i understand properly it is wrong way because when i will try to update catch skin all my changes will override, is that correct?

    One more little question, color of font between title and description is a bit diferent. How can i align it to whe same color? I suppose that i should add description also as the href to the main page, but i dont know how to do it 🙂

    Thanks for your advance.

    Lukasz

    #32907
    Sakin
    Keymaster

    Hi Lukasz,

    You are not supposed to edit any core theme files. I see that you are using Simple Catch Theme, so you are not supposed to edit any files in the folder ‘simple-catch’. As these files will be reverted back to original when you update your theme and you will loose your customization.

    So, to add any extra css you can either add it in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in your child theme style.css. Both are safe for updates.

    You can add the following css in “Appearance => Theme Options => Custom CSS” box to change the color of Site Description.
    #site-details #site-description { color: #ddd; }

    Regards,
    Sakin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Issue with website tittle’ is closed to new replies.