-
AuthorPosts
-
January 26th, 2014 at 10:16 #20578mali
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
MaliJanuary 26th, 2014 at 20:37 #20635brandithere 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
January 27th, 2014 at 02:57 #20656KatThis 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.
November 18th, 2014 at 21:24 #28280ChildishThemeAnother 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.
-
AuthorPosts
The topic ‘columns rollover effect’ is closed to new replies.