Forum Replies Created

Viewing 20 posts - 12,001 through 12,020 (of 12,027 total)
  • Author
    Posts
  • in reply to: Remove meta in gallery #129604
    Skandha
    Participant

    @Roland: I’m sorry that CSS Code was for the URL you posted on your last issue. I can’t seem to find meta in your gallery section with date and author info. Can you provide me the URL where exactly you want the changes to be made? If you mean to remove the date on top of the website Goto => Appearance => Customize => Additional CSS and add the following CSS Code.

    #header-top {
    display: none;
    }

    Let me know if you have any more issues!

    Regards,
    Skandha

    Skandha
    Participant

    @wouwonline: To align the button with the text Goto => Appearance => Customize => Additional CSS and add the following CSS code

    h2.widget-title {
    	position: absolute;
    	top: 50px;
    	right: 40px;
    }
    
    .button-minimal.red {
    	position: absolute;
    	right: 55px;
    	top: 105px;
    }
    
    #call-to-action-widget .textwidget p {
    	position: absolute;
    	right: 45px;
    }

    Let me know if this solves your issue!!

    Regards,
    Skandha

    in reply to: Rockstar Theme Mobile issues #129558
    Skandha
    Participant

    Hello @connor1200, You seem to have put a black background color for the header (except on homepage) that is why it is not showing transparent as you scroll down. Goto => Appearance => Customize => Additional CSS add the following CSS Code to remove the background color and make the header transparent.

    .header-bg #masthead {
       background-color: transparent;
    }

    Let if know if this solves your issue!!

    Regards,
    Skandha

    in reply to: Remove meta in gallery #129553
    Skandha
    Participant

    @Roland: Presuming you are referring to the same URL you posted on your last issue Goto => Appearance => Customize => Additional CSS and add the following CSS code.

    .on-date {
    display: none;
    }

    Let me know if you have any more issues!
    Have a good day!

    Regards,
    Skandha

    in reply to: Hide Meta in photo gallery #129552
    Skandha
    Participant

    @Roland: With the CSS code i provided you in the last reply the meta(Photo Title and Author) in the gallery photos will be hidden in all viewing formats.

    Let me know if you have any more issues!

    Regards,
    Skandha

    in reply to: Hide Meta in photo gallery #129495
    Skandha
    Participant

    Hello @Roland Goto => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-title {
      display: none;
    }
    
    .by-author {
      display: none;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    Skandha
    Participant

    Hello @wouwonline, To display menu on mobile devices Go to => Appearance => Customize => Additional CSS and add the following code

    #menu-toggle-primary {
    color: #5b5b5b;
    }

    The right top header looks fine at my end and the logo seems to be at left top.
    Let me know if you have any more issues!

    Regards,
    Skandha

    in reply to: List Style Color #129358
    Skandha
    Participant

    @rangeisclear: The standard list-style would have been a bullet but you seem to have uploaded an image of an arrow for that purpose. Anyways if you want to change it into a white arrow.
    Go to => Appearance => Customize => Additional CSS and add the following code.

    ul {
    list-style: "\2192";
    }

    To make the border around the menu and the menu text transparent Goto => Appearance => Customize => Additional CSS and add the following CSS Code.

    #access, #access ul li, #access ul li ul li, .menu-toggle, .dropdown-toggle::after {
    border-style: hidden;
    }

    Let me know if you have any more issues.
    Have a good day!

    Regards,
    Skandha

    in reply to: List Style Color #129355
    Skandha
    Participant

    @rangeisclear: You seem to have used an image for that arrow. So to change the color of the arrow into white you will need to use an image of white arrow

    Let me know if you have any more issues.

    Regards,
    Skandha

    in reply to: List Style Color #129352
    Skandha
    Participant

    @RangeIsClear: Please post in your site URL.

    Regards,
    Skandha

    in reply to: Portfolio featured photos #129345
    Skandha
    Participant

    @inkwaves: The recommended image size for featured image is Width: 800px and Height: 324px but you can use larger images as long as the aspect ratio of the images is same. I suggest you to crop the images into same size and aspect ratio and then upload it.

    Let me know if this works out.
    Have a good day!

    Regards,
    Skandha

    in reply to: Center Page Title #129344
    Skandha
    Participant

    Hello @PeteGWebmaster, Goto => Appearance => Customize => Additional CSS and add the following CSS code.

    .entry-title {
    text-align: center;
    font-weight: bold;
    }

    Have a good day!

    Regards,
    Skandha

    Skandha
    Participant

    @alribeiro Glad that the issue is resolved. Have a good day!

    Regards,
    Skandha

    Skandha
    Participant

    Hello @alribeiro, Goto => Appearance => Customize => Additional CSS and add the following CSS code.

    .genericon-menu:before {
    color: red;
    }

    Replace red with color of your choice.
    Let me know if this works!

    Regards,
    Skandha

    in reply to: Lost my previous login info #129173
    Skandha
    Participant

    Hello @lawrenceblair, you can follow the link Lost your password? and enter your old email and click on reset password. Now you will get an email with the link to reset your password.

    Hope this resolves your issue.
    Have a good day!

    Regards,
    Skandha

    in reply to: Remove space between header and promotion banner #129077
    Skandha
    Participant

    @Debbie: Glad that the issue is resolved.
    Have a good day!

    Regards,
    Skandha

    Skandha
    Participant

    Hello @tjurgens, Goto Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-title {
    font-family: Arial;
    }

    Replace Arial with your desired font.
    Have a good day!

    Regards,
    Skandha

    in reply to: Adding Code to Header #129046
    Skandha
    Participant

    Hello @dennis Go to Appearance => Customize => Additional CSS and add the following code

    #masthead {
    z-index: 2000;
    }

    Let me know if this solves the issue.

    Regards,
    Skandha

    in reply to: Remove space between header and promotion banner #129044
    Skandha
    Participant

    Hello @Debbie Go to Appearance => Customize => Additional CSS and add the following code

    .site-header {
    transition: none;
    }

    Let me know if this does the trick.

    Regards,
    Skandha

    in reply to: Remove space between header and promotion banner #128994
    Skandha
    Participant

    Hello @Debbie, Goto => Appearance => Customize => Additional CSS and add the following CSS.

    body.header-bg {
    padding-top: 90px;
    }

    Let me know if this does the trick.

    Regards,
    Skandha

Viewing 20 posts - 12,001 through 12,020 (of 12,027 total)