• Hi
    Your theme is wonderful. I have two questions.

    1. My blog is not showing. Does not work. This is my web. When I click on blog, it does nothing.

    http://miriamaguilar.esy.es

    Don´t know what is wrong. I have front page as home and show post on the blog page. I have added blog page on the navigation menu but it does´t work.

    2. Is it possible to change colors of the navigation menu? I have tried in custom css, even on a child theme but not sure if I am doing correct.

    Thanks!!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello perdidisima,

    Please trun on debugging so that find the error. Refer Debugging in WordPress link.

    For navigation menu color follow below steps:

    1. Login as admin and go on theme customizer Dashboard >> Apperance >> Customize or Click on Custimze link on top bar from front-end.

    2. Navigate Custom Css and put below css into textarea then click on Save & Publish button.


    .navbar-default .nav li a{
    color: #fec503 ;
    }
    .navbar-default .nav li.current_page_item a {
    color: #fff;
    }

    Hope this will helps you.

    Thread Starter Perdidisima

    (@perdidisima)

    Hi saurabh.dhariwal!

    Thanks for answering
    I have written true instead of false in the wp-config.php file, in order to turn on debugging.

    Let me know if you can help me with the problem. Blog page is not showing.

    Thanks

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    *Reads. Makes rude noise.*

    Aw man, now I’ll have to look at all of your existing replies and delete the offending ones too…

    *Drinks coffee*

    @themehunk I’ve deleted your offer to login to your user’s site. I’m am 100% sure you mean well but please never ask for credentials on these forums.

    http://codex.wordpress.org/Forum_Welcome#The_Bad_Stuff

    Now for the why: The internet is a wonderful place full of very nice people and a few very bad ones. I’m sure everyone here is very nice however, by giving some ones keys to your house you are trusting they wont steal anything. Likewise the person who takes the keys is now responsible for the house FOREVER.

    If something was to go wrong, then you the author may well legally become liable for damages, which they would not normally have been as their software is provided without warranty.

    Please be aware that repeatedly asking for credentials will result in us asking you to repeatedly stop before escalating up to the Theme Review Team.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Side note @themehunk You had 90 replies for me to look through and I’ve deleted a few. Please take this seriously.

    Theme Author ThemeHunk

    (@themehunk)

    Hello @jan,

    We apologize for that. Will keep in mind for future replies.

    Thank You.

    Thread Starter Perdidisima

    (@perdidisima)

    Hello @themehunk,

    blog page doesn´t show anything. It does´t charge any page. Could you pls help me?
    Thanks

    Thread Starter Perdidisima

    (@perdidisima)

    this is my website
    http://www.miriamaguilar.es

    Thanks!

    Theme Author ThemeHunk

    (@themehunk)

    Hello @perdidisima,

    Blog page is displaying now at your site. Please let us know if you still need any help.

    Thank You.

    I used the code provided a few comments above, to change color, but it did not change colors…
    I am trying to change the buttons from yellow to green.

    Is that a different code?

    Theme Author ThemeHunk

    (@themehunk)

    Hello @sharkerio,

    Go to the Appearance > Customize > Custom CSS and paste code given below.

    .navbar-default .navbar-nav>.active>a {
        background-color: #fed136;
    }

    Add your background color.

    Thank You.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘My blog page doesn´t show and how to change colors’ is closed to new replies.