GeoDirectory SupportHeader width and blockquotes changes – GeoDirectory Support https://wpgeodirectory.com/support/topic/header-width-and-blockquotes-changes/feed Fri, 14 Mar 2025 17:11:06 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/header-width-and-blockquotes-changes/#post-39476 <![CDATA[Header width and blockquotes changes]]> https://wpgeodirectory.com/support/topic/header-width-and-blockquotes-changes/#post-39476 Thu, 14 May 2015 10:20:07 +0000 wci 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

]]>
https://wpgeodirectory.com/support/topic/header-width-and-blockquotes-changes/#post-39481 <![CDATA[Reply To: Header width and blockquotes changes]]> https://wpgeodirectory.com/support/topic/header-width-and-blockquotes-changes/#post-39481 Thu, 14 May 2015 12:09:09 +0000 Simone 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/

]]>
https://wpgeodirectory.com/support/topic/header-width-and-blockquotes-changes/#post-39503 <![CDATA[Reply To: Header width and blockquotes changes]]> https://wpgeodirectory.com/support/topic/header-width-and-blockquotes-changes/#post-39503 Thu, 14 May 2015 14:49:15 +0000 wci 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

]]>
https://wpgeodirectory.com/support/topic/header-width-and-blockquotes-changes/#post-39507 <![CDATA[Reply To: Header width and blockquotes changes]]> https://wpgeodirectory.com/support/topic/header-width-and-blockquotes-changes/#post-39507 Thu, 14 May 2015 15:12:44 +0000 Simone 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

]]>