- This topic has 10 replies, 2 voices, and was last updated 7 years ago by tikaram.
-
AuthorPosts
-
November 22, 2017 at 5:29 pm #126639musicproz71Participant
I have the Rock Star Free wordpress theme.
I am using pages each with the feature image in order to scroll 4 large full screen images upon initial arrival at the website.
The page title is in the middle of the feature image despite all attempts to remove it.
I have tried the page title remove plugins as well as the CSS code that includes:
.slider-content-wrapper .entry-title{
display: none;
}I entered this code in teh custom CSS editor on wordpress. I have tried child themes and I have tried other CSS codes to remove title, but nothing has worked. website is: http://www.texasremedy.com but I currently have a “under construction” splash page.
Please help. I DO NOT want the page title on the pictures that fade into eachother (featured images)
November 23, 2017 at 1:37 am #126655tikaramParticipant@musicproz71 : Please remove the under construction splash page and let me know, i will provide you the additional css to hide the image title.
Regards,
TikaramNovember 23, 2017 at 11:27 am #126683musicproz71ParticipantDone. Thanks and sorry I had that on.
You can see where it says “home slider” and “home slider one” I have nothing in the text of the page, just the page has a feature image and it is displaying the title. Thanks. This is the free version of rock star
November 24, 2017 at 6:23 am #126729tikaramParticipant@musicproz71 : Go to Appearance => Customize => Additional css and add the additional css.
.main-slider .entry-title { display: none; }
Let me know if you have any further issues.
Regards,
TikaramNovember 24, 2017 at 6:15 pm #126795musicproz71ParticipantPerfect that worked!
November 26, 2017 at 6:35 am #126864tikaramParticipantHello, there,
I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/rock-star/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.Regards,
TikaramNovember 28, 2017 at 12:08 am #126972musicproz71ParticipantSure! I will leave a great review! I have a few more questions if you can help please?
I added the news ticker like the demo. I played around with the positioning, and now, none of the news ticker position options changes it. I want it right under the feature image that is scrolling (just like the demo) but it will not move regardless if I select “before content” or “under feature.” Is there anything I can do?
Also –
I added a band bio page and the text is difficult to read against the background. Is there a way to put a simi transparent box around the text and set opaque value?
Thanks
URL http://www.texasremedy.comYou can click on band bio link to see the text.
November 28, 2017 at 4:18 am #126980tikaramParticipant@musicproz71 : To bring News ticker below the featured slider You will need to remove the CT: Background Image Widget from Before Content widget area. The widget is pushing the News Ticker below the Before content widget area.
To make the text readable: Go to Appearance => Customize => Additional css and add the following css.
.post-155 .entry-content p{ background-color: #000; }
Let me know if you need further assistance.
Regards,
TikaramNovember 29, 2017 at 3:14 pm #127102musicproz71ParticipantThanks. I removed the before content widget, but the news ticker is still not flush against the featured images. THere is space. Is there a way to remove the space between news ticker and images?
Shane
November 29, 2017 at 11:21 pm #127112musicproz71ParticipantTikaram thanks so much for all of your help so far. I actually have another question in addition to the news ticker space mentioned above.
I would like to change the font and the hover color of the “Texas Remedy” font next to the logo in the upper left hand corner of the header. Is this possible? I was able to change the hover color of the menu in that header using this code:
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation li:hover > a,
.main-navigation li.focus > a {
color: #69c7d2;
}So, is it possible to change the font and hover color of the TEXAS REMEDY name?
Thanks so much!
ShaneNovember 30, 2017 at 3:47 am #127120tikaramParticipant@musicproz71 : Go to Appearance => Customize => Additional css and add the following css
#news-ticker { margin-top: 0; } .header-image-slider { margin-bottom: 0; } .site-title a:hover { color: #color-code; } .site-title { font-family: family-name; }
Note : change #color-code with a valid color code and family-name with your desired font family. Let me know if you have any further issues.
Regards,
Tikaram -
AuthorPosts
- The topic ‘Rock Star Free wordpress theme FEATURE IMAGE TITLE removal’ is closed to new replies.