Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #149214
    josefsdorf
    Participant

    Part one:
    How can I change the distance between featured image and page title?
    Currently this pecks too much together

    Part two:
    Where can I change the Color for the butten at the excerpt (read more)?

    #149222
    Skandha
    Participant

    @josefsdorf: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change space the between featured image and page titles */
    .page .entry-title {
    	padding-top:20px;
    }

    Please post in your URL and let me know which read more button color you want to be changed.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #149266
    josefsdorf
    Participant

    Thank you for the tip. It works.

    For example the colour-change ist required by following sites:

    http://musikschule-gerungs.at/category/team/

    at the button named by us “Mehr Infos …”

    At the site: http://musikschule-gerungs.at/1-preis-beim-volksmusikwettbewerb/
    I would like to change the blue colour at the pagination buttons “previous” and “next”.

    I also want to know, who I can change the name “previous” and “next” at the pagination buttons.

    Thank you for your great supporting!

    #149289
    Skandha
    Participant

    @josefsdorf: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /*To change background and border color of Read More button */
    .readmore a {
    	background-color:red;
    	border-color:blue;
    }
    /*To change Pagination button color */
    .post-navigation a:hover, .post-navigation a:focus {
    	background-color:#123456;
    }

    You can change the color according to your requirement.

    To change previous and next text in the pagination button you will need to create a child theme and do a bit of customization. Let me know if you are familiar with child theme customization.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #149314
    josefsdorf
    Participant

    Thank you!

    Is it possible to change previous und next button with plugin Loco Translate?

    One more question:
    What have I to write into the CSS, to change space beetween featured Image und post title?

    Like entries at page title:

    .page .entry-title {
    padding-top:20px;

    }

    #149332
    Skandha
    Participant

    @josefsdorf: Yes, I think you can change the previous and next button using the plugin.

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .post .entry-title {
         padding-top:20px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘distance and colors’ is closed to new replies.