columns rollover effect

  • Author
    Posts
  • #20578
    mali

    Is it possible to remove the rollover effect in the columns(The title of the column) on the presentation page? I want the title to appear all the time
    Thanks
    Mali

    #20635
    brandi

    there is a work around, Mali. To stop the rollover, all I did was delete the text from the Title section. And, then I created the text as part of my image in each column to keep the text there permanently. There may be a way to code the text there permanently, so you don’t have to build it as part of your image, but I don’t know what it is. I hope that helps!

    brandi

    #20656
    Kat

    This is what I did:

    In the Presentation page, Columns section,

    1) I left the IMAGE field empty
    2) I put my title in the TITLE field
    3) In the TEXT field, I put the url of the image and a sentence of text. To do this so the theme would not “scrub” (and more than likely remove what I did) my html, I created a draft post that contained the image and the sentence. While creating the draft post, I then clicked the ‘text’ tab, copied the code, went back to column setting and pasted the code into the TEXT field.

    Of course, you can omit the sentence of text.

    There may be an easier way, but this worked great for me.

    #28280
    ChildishTheme

    Another easy fix working for me… I created a “child theme” and added this code to its style.css:

    .column-image-inside {
    background: rgba(0,0,0,0);
    }

    Happy coding!

    B.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘columns rollover effect’ is closed to new replies.