<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									CSS for buttons and text centering - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/css-for-buttons-and-text-centering/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 18 Jun 2026 01:16:29 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: CSS for buttons and text centering</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/css-for-buttons-and-text-centering/#post-50363</link>
                        <pubDate>Wed, 03 Feb 2021 17:44:25 +0000</pubDate>
                        <description><![CDATA[Scratch that. When I added back the code I tried before, after adding your icon code, the rounding of corners now works. Don&#039;t know why, but I&#039;ll take it. :)  Thanks very much.]]></description>
                        <content:encoded><![CDATA[<p>Scratch that. When I added back the code I tried before, after adding your icon code, the rounding of corners now works. Don't know why, but I'll take it. :)  Thanks very much.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>CairnsDR</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/css-for-buttons-and-text-centering/#post-50363</guid>
                    </item>
				                    <item>
                        <title>RE: CSS for buttons and text centering</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/css-for-buttons-and-text-centering/#post-50361</link>
                        <pubDate>Wed, 03 Feb 2021 17:28:43 +0000</pubDate>
                        <description><![CDATA[Thanks - the fix for the fontawesome code was successful. 
For the first part, though, files in my public_html folder and subfolders, including the wp- folders and writing theme folder, alr...]]></description>
                        <content:encoded><![CDATA[<p>Thanks - the fix for the fontawesome code was successful. </p>
<p>For the first part, though, files in my public_html folder and subfolders, including the wp- folders and writing theme folder, already have permissions of 0644, and folders have 0755.  Any other suggestions?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>CairnsDR</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/css-for-buttons-and-text-centering/#post-50361</guid>
                    </item>
				                    <item>
                        <title>RE: CSS for buttons and text centering</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/css-for-buttons-and-text-centering/#post-50348</link>
                        <pubDate>Wed, 03 Feb 2021 08:16:54 +0000</pubDate>
                        <description><![CDATA[Hi @cairnsdr,

I tried adding the following to Forums -&gt; Settings -&gt; Styles, but it makes no difference to the rounding of the button corners. The same code does change it in Chrome ...]]></description>
                        <content:encoded><![CDATA[<p><span>Hi @cairnsdr,</span></p>
<blockquote>
<p><span>I tried adding the following to Forums -&gt; Settings -&gt; Styles, but it makes no difference to the rounding of the button corners. The same code does change it in Chrome Developer tools though. How can I round the buttons in my forum, and ideally also the top corners of the heading bars as well.</span></p>
</blockquote>
<p>The problem may come from file writing permissions.</p>
<p>The right way to solve this problem is to fix files and folders permission.</p>
<p>All files in FTP should have a chmod 0644 and folders to have chmod 0755.</p>
<p>This article should be helpful for you: https://www.siteground.com/tutorials/ftp/change-permissions/</p>
<p>The similar issue is discussed here: https://wpforo.com/community/postid/50136/</p>
<blockquote>
<p><span>In addition, the text on some buttons (eg. all the buttons in the Admin Control Panel on the main forum page, and the Create Account button on the login page) is not centered. It is skewed off to the right. Example: the Create Account button here: </span><a class="wpforo-auto-embeded-link" href="https://ohmydarlingbride.com/community/?foro=signin." target="_blank" rel="nofollow noopener">https://ohmydarlingbride.com/community/?foro=signin.</a><span> In the source code it looks like there is a icon there, but the icon color must be the same as my background color. Where would that be fixed in css?</span></p>
</blockquote>
<p>Use the CSS code below:</p>
<pre>#wpforo #wpforo-wrap i:before {<br />  font-family: "Font Awesome 5 Free" !important;<br />  font-weight: 900;<br />}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/css-for-buttons-and-text-centering/#post-50348</guid>
                    </item>
				                    <item>
                        <title>CSS for buttons and text centering</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/css-for-buttons-and-text-centering/#post-50336</link>
                        <pubDate>Tue, 02 Feb 2021 22:06:54 +0000</pubDate>
                        <description><![CDATA[I am trying to get my forum to look more like the rest of my site, so I&#039;d like to make the buttons have rounded corners.  
I tried adding the following to Forums -&gt; Settings -&gt; Styles...]]></description>
                        <content:encoded><![CDATA[<p>I am trying to get my forum to look more like the rest of my site, so I'd like to make the buttons have rounded corners.  </p>
<p>I tried adding the following to Forums -&gt; Settings -&gt; Styles, but it makes no difference to the rounding of the button corners. The same code does change it in Chrome Developer tools though. How can I round the buttons in my forum, and ideally also the top corners of the heading bars as well.</p>
<p>#wpforo #wpforo-wrap .wpf-button, .wpf-button {<br />background: #F6B8BD;<br />color: #FFFFFF!important;<br />border: 1px solid #F1959D;<br />border-radius: 100px;<br />}<br />#wpforo #wpforo-wrap .wpf-acp-footer a.wpf-button-secondary {<br />margin: 2px;<br />background: #fff;<br />padding: 5px 7px;<br />font-size: 12px;<br />border-radius: 100px;<br />}<br />#wpforo #wpforo-wrap .wpf-acp-content a.wpf-button-secondary {<br />margin: 5px auto!important;<br />padding: 7px 15px!important;<br />display: inline-block;<br />width: auto;<br />box-shadow: 0px 0px 5px #ccc;<br />background: #fff;<br />border-radius: 100px;<br />}</p>
<p> </p>
<p>In addition, the text on some buttons (eg. all the buttons in the Admin Control Panel on the main forum page, and the Create Account button on the login page) is not centered. It is skewed off to the right. Example: the Create Account button here: https://ohmydarlingbride.com/community/?foro=signin. In the source code it looks like there is a icon there, but the icon color must be the same as my background color. Where would that be fixed in css?</p>
<p>Thank you, </p>
<p>Alison</p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1612303614-corners.jpg" target="_blank"><i class="fas fa-paperclip"></i>&nbsp;corners.jpg</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>CairnsDR</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/css-for-buttons-and-text-centering/#post-50336</guid>
                    </item>
							        </channel>
        </rss>
		