Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #126639
    musicproz71
    Participant

    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)

    #126655
    tikaram
    Keymaster

    @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,
    Tikaram

    #126683
    musicproz71
    Participant

    Done. Thanks and sorry I had that on.

    http://www.texasremedy.com

    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

    #126729
    tikaram
    Keymaster

    @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,
    Tikaram

    #126795
    musicproz71
    Participant

    Perfect that worked!

    #126864
    tikaram
    Keymaster

    Hello, 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,
    Tikaram

    #126972
    musicproz71
    Participant

    Sure! 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.com

    You can click on band bio link to see the text.

    #126980
    tikaram
    Keymaster

    @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,
    Tikaram

    #127102
    musicproz71
    Participant

    Thanks. 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

    #127112
    musicproz71
    Participant

    Tikaram 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!
    Shane

    #127120
    tikaram
    Keymaster

    @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

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Rock Star Free wordpress theme FEATURE IMAGE TITLE removal’ is closed to new replies.