Title: Fexin's Replies | WordPress.org

---

# Fexin

  [  ](https://wordpress.org/support/users/fexin/)

 *   [Profile](https://wordpress.org/support/users/fexin/)
 *   [Topics Started](https://wordpress.org/support/users/fexin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fexin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fexin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fexin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fexin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fexin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 66 total)

1 [2](https://wordpress.org/support/users/fexin/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/fexin/replies/page/3/?output_format=md) 
[4](https://wordpress.org/support/users/fexin/replies/page/4/?output_format=md) 
[5](https://wordpress.org/support/users/fexin/replies/page/5/?output_format=md) 
[→](https://wordpress.org/support/users/fexin/replies/page/2/?output_format=md)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [need help in installing wordpress to my site](https://wordpress.org/support/topic/need-help-in-installing-wordpress-to-my-site/)
 *  [Fexin](https://wordpress.org/support/users/fexin/)
 * (@fexin)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/need-help-in-installing-wordpress-to-my-site/#post-5564550)
 * Hi Fun2songs,
 * Have you checked out the [WordPress install codex](http://codex.wordpress.org/Installing_WordPress)?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Stuck on no 2 installation instruction](https://wordpress.org/support/topic/stuck-on-no-2-installation-instruction/)
 *  [Fexin](https://wordpress.org/support/users/fexin/)
 * (@fexin)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/stuck-on-no-2-installation-instruction/#post-5431787)
 * Hi Lou,
 * Sorry to hear that. Check out this [codex from wordpress!](http://codex.wordpress.org/Installing_WordPress)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help me with creating new theme.](https://wordpress.org/support/topic/help-me-with-creating-new-theme/)
 *  [Fexin](https://wordpress.org/support/users/fexin/)
 * (@fexin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/help-me-with-creating-new-theme/#post-4925137)
 * The link comes up with a blank page.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] Changing font size in post](https://wordpress.org/support/topic/changing-font-size-in-post-1/)
 *  [Fexin](https://wordpress.org/support/users/fexin/)
 * (@fexin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/changing-font-size-in-post-1/#post-4925136)
 * If 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help me with creating new theme.](https://wordpress.org/support/topic/help-me-with-creating-new-theme/)
 *  [Fexin](https://wordpress.org/support/users/fexin/)
 * (@fexin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/help-me-with-creating-new-theme/#post-4925130)
 * [Take a look here ](https://buddypress.org/support/topic/which-function-should-i-call-to-send-private-message/)
 * Someone else was asking for the PHP on how to call out the function.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [comments](https://wordpress.org/support/topic/comments-178/)
 *  [Fexin](https://wordpress.org/support/users/fexin/)
 * (@fexin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/comments-178/#post-4925125)
 * Hello 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Celestial - Lite] Change the dropdown menu completely?](https://wordpress.org/support/topic/change-the-dropdown-menu-completely/)
 *  [Fexin](https://wordpress.org/support/users/fexin/)
 * (@fexin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/change-the-dropdown-menu-completely/#post-4925118)
 * 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] Changing font size in post](https://wordpress.org/support/topic/changing-font-size-in-post-1/)
 *  [Fexin](https://wordpress.org/support/users/fexin/)
 * (@fexin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/changing-font-size-in-post-1/#post-4925114)
 * Hello 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Celestial - Lite] Change the dropdown menu completely?](https://wordpress.org/support/topic/change-the-dropdown-menu-completely/)
 *  [Fexin](https://wordpress.org/support/users/fexin/)
 * (@fexin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/change-the-dropdown-menu-completely/#post-4925111)
 * 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help me with creating new theme.](https://wordpress.org/support/topic/help-me-with-creating-new-theme/)
 *  [Fexin](https://wordpress.org/support/users/fexin/)
 * (@fexin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/help-me-with-creating-new-theme/#post-4925109)
 * Hello Denshest,
    Below is how to build a BP child theme. [Click Here ](http://codex.buddypress.org/themes/building-a-buddypress-child-theme/)
 * If 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Images not shown up on Media Library](https://wordpress.org/support/topic/images-not-shown-up-on-media-library/)
 *  [Fexin](https://wordpress.org/support/users/fexin/)
 * (@fexin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/images-not-shown-up-on-media-library/#post-4925107)
 * Hello Satimis,
 * I have found this post from someone asking before.
    [Click Here ](http://wordpress.org/support/topic/ftp-images-not-showing-up-in-media-library?replies=5)
 * I hope this helps!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [comments](https://wordpress.org/support/topic/comments-178/)
 *  [Fexin](https://wordpress.org/support/users/fexin/)
 * (@fexin)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/comments-178/#post-4925104)
 * Hi 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Celestial - Lite] Align Middle Top Menu](https://wordpress.org/support/topic/align-middle-top-menu/)
 *  [Fexin](https://wordpress.org/support/users/fexin/)
 * (@fexin)
 * [12 years ago](https://wordpress.org/support/topic/align-middle-top-menu/#post-4872145)
 * Hello 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WooCommerce] I need help setting Cart and My account to full width](https://wordpress.org/support/topic/plugin-woocommerce-i-need-help-setting-cart-and-my-account-to-full-width/)
 *  [Fexin](https://wordpress.org/support/users/fexin/)
 * (@fexin)
 * [12 years ago](https://wordpress.org/support/topic/plugin-woocommerce-i-need-help-setting-cart-and-my-account-to-full-width/#post-4872135)
 * Got Osminum.Sy site working.
 * Thank you for choosing wordpress 🙂 as your CMS.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot access admin (new install)](https://wordpress.org/support/topic/cannot-access-admin-new-install/)
 *  [Fexin](https://wordpress.org/support/users/fexin/)
 * (@fexin)
 * [12 years ago](https://wordpress.org/support/topic/cannot-access-admin-new-install/#post-4869266)
 * 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.

Viewing 15 replies - 1 through 15 (of 66 total)

1 [2](https://wordpress.org/support/users/fexin/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/fexin/replies/page/3/?output_format=md) 
[4](https://wordpress.org/support/users/fexin/replies/page/4/?output_format=md) 
[5](https://wordpress.org/support/users/fexin/replies/page/5/?output_format=md) 
[→](https://wordpress.org/support/users/fexin/replies/page/2/?output_format=md)