Fexin
Forum Replies Created
-
Forum: Installing WordPress
In reply to: need help in installing wordpress to my siteHi Fun2songs,
Have you checked out the WordPress install codex?
Forum: Installing WordPress
In reply to: Stuck on no 2 installation instructionHi Lou,
Sorry to hear that. Check out this codex from wordpress!
Forum: Themes and Templates
In reply to: Help me with creating new theme.The link comes up with a blank page.
Forum: Themes and Templates
In reply to: [Decode] Changing font size in postIf your looking to change the size of this
14년 1분기 미원에스씨 분기보고서 분석(실적하락의 원인)On your page, its the H2 tag that you need to edit.
Forum: Themes and Templates
In reply to: Help me with creating new theme.Someone else was asking for the PHP on how to call out the function.
Forum: Fixing WordPress
In reply to: commentsHello DriveWrite,
I have not had any issues accessing your site. I would try to clear your browser of the cache.
When you are logged into the admin page click
Appearance -> Editor
And it will bring you right to the CSS which style’s how you would like your theme to look.Below is the code to hide your leave comments link.
.comments-link a, .entry-meta a {
visibility: hidden;
}Hope this helps!
Forum: Themes and Templates
In reply to: [Celestial - Lite] Change the dropdown menu completely?This code
#site-navigation ul li:hover > ul
Controls the left color part of the dropdown..main-navigation li ul {
Will be your main change.Your browser should have a selector that lets you see the code (example firefox inspector). You are able to roll over the drop down and see what code effects what.
Forum: Themes and Templates
In reply to: [Decode] Changing font size in postHello Brisnhs,
You are correct, as far as editing the CSS.
Depending on how the theme calls out the font and what you want to change in you are looking for #h1 , #h2 , #h3 , #h4 tags.If you would like I can take a further look if you would like to link your website here.
Hope this helps!
Forum: Themes and Templates
In reply to: [Celestial - Lite] Change the dropdown menu completely?Hi Nickhutch,
If you would provide a link to your site I could take a look at it more. But to edit the drop down menu you would go to your admin page.
Click Appearance -> Editor
And edit the CSS file from there to fix the menu on how you would like your menu to look.
Hope this helps!
Forum: Themes and Templates
In reply to: Help me with creating new theme.Hello Denshest,
Below is how to build a BP child theme.
Click HereIf you wanted to change the look of BP personal messages there is actually a CSS file that comes with BP that you can edit.
Hope this helps!
Forum: Themes and Templates
In reply to: Images not shown up on Media LibraryForum: Fixing WordPress
In reply to: commentsHi DriveWrite,
Could you link us to your site?
I would use the CSS :Hidden rule just to hide the field. That way if you want to bring it back for a later purpose you can just bring it back.
Forum: Themes and Templates
In reply to: [Celestial - Lite] Align Middle Top MenuHello JPCM,
Under your css you should have a code called:
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {Add:
margin-top: 30px;between the brackets so it should look like this :
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
display: inline-block !important;
text-align: right;
width: 100%;
margin-top: 30px;
}If it still does not work add !important at the end of the added code.
Example:
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
display: inline-block !important;
text-align: right;
width: 100%;
margin-top: 30px !important;
}Change the 30px to suite your need.
Hope this helped and thanks for choosing wordpress!
Forum: Plugins
In reply to: [Plugin: WooCommerce] I need help setting Cart and My account to full widthGot Osminum.Sy site working.
Thank you for choosing wordpress 🙂 as your CMS.
Forum: Fixing WordPress
In reply to: Cannot access admin (new install)Hi Neilll,
Thanks for using wordpress.
The login page worked fine for me. I did not get a page is not found. Try clearing your browser.