• Resolved elstellino

    (@elstellino)


    I am trying to change the alignment of the text under the three circular designs, I’d prefer a more conventional “alignment left” rather than “centered”. I would like the titles centered as they are, though.
    Is there a way please?

    Thanks in advance!
    Luca

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you have a Child Theme or is there a place in the dashboard to enter CSS without modifying the theme’s files?

    Thread Starter elstellino

    (@elstellino)

    Hi,
    there is the usual place in the dashboard (Theme options) to add CSS behaviors.

    Thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try add this;

    .feature-content-inner {
     text-align: left;
    }
    
    .feature-content-inner h2,
    .feature-content-inner p {
     text-align: inherit;
    }

    Thread Starter elstellino

    (@elstellino)

    Thanks Andrew, this worked a treat!

    May I ask you? I am also trying to eliminate the link behavior of the titles and the 3 images, getting sort of lighter on roll over, as I haven’t got anything to link them to. What I’ve written already is what I need to say, and not much more can be said.
    How can I make them as normal text and images, please?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You could do this by overriding the CSS for hover elements, but really you need to find out how to unlink the images and titles. I don’t know this answer, sorry.

    Thread Starter elstellino

    (@elstellino)

    In fact in the theme options the link fields for the 3 features are left blank by default, and on the homepage while hovering on them the status bar displays webiste.url/#.
    “Anything” written on the URL field in theme options becomes a subfolder and links the title (but oddly not the image) to website.url/anything

    Thanks anyway, and Happy Easter if you celebrate it.

    Luca

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘changing text alignment on the three features on the body’ is closed to new replies.