Support » Theme: Sydney » Body text, page title and padding

  • Resolved samrods

    (@samrods)


    Hi!

    First of all, let me congratulate you for such a beautiful theme. It is pleasant to work and very elegant.

    But I am having some troubles.
    I cannot change body text and the body text color;
    Cannot change the page title size and the padding between the header image and the page title.

    What I did:
    – Created a child theme;
    – Disabled all cache related plugins and .htaccess cache
    – I keep firefox cache clean;
    – Disabled google fonts. I do not use google fonts.

    The firebug tells me that the body text size is 14px and #767676 even though I changed it to 16px and #444 and even desperately put the important! tag and nothing happened

    Here is some code:

    body {
    		font: 16px/24px Optima, Segoe, "Segoe UI", Candara, Calibri, "Liberation Sans", "Trebuchet MS", sans-serif important!;
    		color: #444 important!;
    	}

    The page title code:

    .page-title h1 {
    		margin: 0;
    		font-size: 36px important!;
    		color: #444;
    	}
    	.hentry .title-post {
    		font-size: 36px;
    		font-weight: 400;
    	}

    The site is: http://www.detectives.pt/

    Please help me!

    Thanks in advance for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    It’s !important, not important!. Make that change and it will work.
    Also you can find options in the theme for body font size and color.

    Thread Starter samrods

    (@samrods)

    Hi!
    Vlad, thank you for your fast answer!

    Yes, my mistake the !important. I corrected and it worked!
    I’m not a programmer, so I’m terrible with code semantics.

    About changing in the customiser,

    Also you can find options in the theme for body font size and color.

    I know, but it’s this habit I have of changing everything I can in the css file…

    Great, thanks!

    Can you help me with the other issue, too?

    I can’t find a way to make the distance between the header and the page title. Is it any padding? Border?
    I don’t have a clue.

    Thanks in advance for your help.

    Thread Starter samrods

    (@samrods)

    Solved the problem myself.

    For anyone with the same issue, here it is what I did:

    /* LAYOUT */
    	.page-wrap {
    		padding: 60px 0 60px;
    		clear: both;
    	}

    It worked for me.

    Tell me Vlad, is it the correct procedure or you would suggest something else?

    Looks good to me.

    Hi,

    I am also facing a similar issue where there is huge padding at the top and bottom of the content. I made changes as per samrods advise but still no improvement. Can someone please help?

    The page with the issue is http://www.grownex.in/about

    Thanks in Advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Body text, page title and padding’ is closed to new replies.