Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter muriller

    (@muriller)

    thank you so much… you were very gine

    Thread Starter muriller

    (@muriller)

    @alchymyth wow, thanks so much por your answer, you have resolved all my questions.

    look, could you help me with this too?

    I have tried to change the color of the title entry in the style.css file of the child theme, but i can’t.

    this is the code that i am trying to change, and i added the “color:black” and “color:#000000” and “font-color: #000000” lines and the entry title does not change of color.

    entry-header .entry-title {
    		font-size: 22px;
    		font-size: 2.11428571rem;
    		<strong>color: black;</strong>

    What is the problem?

    Thread Starter muriller

    (@muriller)

    Wow, thank you very much, you were very helpful. had every reason.
    i had installed a wordpress cache plugin and i only desactive the minify option and i now can edit the theme.

    I changed the header.php to move the banner below the menu with a tutorial that i found on internet, only cuting the banner code of the header.php and and passing it down of the banner.

    Look, this is my style.css code of my child theme of twenty twelve

    /*
    Theme Name: Twenty Twelve Child
    Theme URI: http://muriller.com/
    Description: Child theme for the Twenty Twelve theme
    Author: Erik Ivan Murillo
    Author URI: http://www.muriller.com
    Template: twentytwelve
    Version: 1.1
    */

    @import url(“../twentytwelve/style.css”);

    h1.entry-title a{color:#FFFFFF; background-color:#0E3547;}

    I have other question… if i want to begin to make changes, do i need to copy the original style.css code to the style.css child theme and make the changes there?
    or do i need to put separately only the codes of the style that i wanna change like this line:

    h1.entry-title a{color:#FFFFFF; background-color:#0E3547;}

    and… What’s is the right way to change the width of the sidebar?

    Thank you so much alchymyth for your answers… i hope you could help me with the other questions too.

Viewing 3 replies - 1 through 3 (of 3 total)