Header width and blockquotes changes

This topic contains 3 replies, has 2 voices, and was last updated by  Simone 8 years, 12 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #39476

    wci
    Expired Member
    Post count: 1035

    Hi support team,

    I need help in case of css styling. My page not shown proper the whole header text and I want to change the blockquote symbol.

    URL- http://gd.worldcheckin.com/become-an-affiliate/ and find here a screen shot of the problems, screen shot – http://screencast.com/t/XjkHtkN0mo

    1. header text width need to be adjusted
    2. header colour h1, h2, h3, h4, h5 into #31C5F4
    3. blockquote symbol I want to change from | to a ”
    4. breaks <p></p> and short breaks <br /> are not working within wp edit page styling text tab even by using tinymce advanced plugin
    5. line around table should not be displayed – http://screencast.com/t/pNqArqA6Xk

    How am I able to change that? Please advice.

    Regards, Alex

    #39481

    Simone
    Expired Member
    Post count: 3515

    Hi, for the header text, add

    
    
    h1.page-title {
    max-width:99%;
    }

    for the rest, please have a look at this documentation
    http://docs.wpgeodirectory.com/customizing-your-style/

    #39503

    wci
    Expired Member
    Post count: 1035

    Hi Simone,

    well I am not a programmer or css style specialist to know where to get the right code

    I could have solved now

    1. header text width need to be adjusted
    with your code

    
    
    h1.page-title {
    max-width:99%;
    }

    2. header color h1, h2, h3, h4, h5 into #31C5F4
    by adding color code

    
    
    h1, .h1 {
    	/*font-size: 2.5em;
    	line-height: 1.333em;*/
    	color: #31baeb;
    }
    h2, .h2 {
    	/*font-size: 1.75em;
    	line-height: 1.4em;*/
    	margin-bottom: 0.375em;
    	color: #31baeb;
    }
    h3, .h3 {
    	/*font-size: 1.125em;*/
    	color: #31baeb;
    }
    h4, .h4 {
    	font-size: 1.1em;
    	font-weight: 700;
    	color: #31baeb;
    }
    h5, .h5 {
    	font-size: 0.846em;
    	line-height: 2.09em;
    	text-transform: uppercase;
    	letter-spacing: 2px;
    	color: #31baeb;
    }

    BUT for these I need still your help….

    3. blockquote symbol I want to change from | to a ”
    4. breaks <p></p> and short breaks <br /> are not working within wp edit page styling text tab even by using tinymce advanced plugin
    5. line around table should not be displayed – http://screencast.com/t/pNqArqA6Xk

    Regards, Alex

    #39507

    Simone
    Expired Member
    Post count: 3515

    Hi Alex,
    all these are not support questions, support doesn’t include providing CSS tweaks. If you want I can move this to the Job board so you’ll be eventually finding someone

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket